1
0

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:
faketruth 2012-03-02 14:09:52 +00:00
parent 5179588b65
commit f7b29dc727

View File

@ -1803,7 +1803,7 @@ void cClientHandle::CheckIfWorldDownloaded(void)
return;
}
cCSLock Lock(m_CSChunkLists);
if (m_ChunksToSend.size() < 4*4)
if (m_ChunksToSend.empty())
{
SendConfirmPosition();
}