From f7b29dc727f21b1e58d26ad00e708100eafccf1c Mon Sep 17 00:00:00 2001 From: faketruth Date: Fri, 2 Mar 2012 14:09:52 +0000 Subject: [PATCH] That should not have been committed... git-svn-id: http://mc-server.googlecode.com/svn/trunk@354 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 11dbffa4c..1c318d463 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -1803,7 +1803,7 @@ void cClientHandle::CheckIfWorldDownloaded(void) return; } cCSLock Lock(m_CSChunkLists); - if (m_ChunksToSend.size() < 4*4) + if (m_ChunksToSend.empty()) { SendConfirmPosition(); }