That should not have been committed...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@354 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
5179588b65
commit
f7b29dc727
@ -1803,7 +1803,7 @@ void cClientHandle::CheckIfWorldDownloaded(void)
|
||||
return;
|
||||
}
|
||||
cCSLock Lock(m_CSChunkLists);
|
||||
if (m_ChunksToSend.size() < 4*4)
|
||||
if (m_ChunksToSend.empty())
|
||||
{
|
||||
SendConfirmPosition();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user