summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-31 18:26:03 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-31 18:26:03 +0200
commitacc4be80348ec1a774481d7ee3b8b207174a91a7 (patch)
tree08b1200a2e24ef4c82bd7c1e1c004665c7d69664 /source/cClientHandle.h
parentFixed one possibility of a deadlock in cClientHandle::SendChunkData() (diff)
downloadcuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.tar
cuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.tar.gz
cuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.tar.bz2
cuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.tar.lz
cuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.tar.xz
cuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.tar.zst
cuberite-acc4be80348ec1a774481d7ee3b8b207174a91a7.zip
Diffstat (limited to 'source/cClientHandle.h')
-rw-r--r--source/cClientHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h
index 0b25365df..e6887d752 100644
--- a/source/cClientHandle.h
+++ b/source/cClientHandle.h
@@ -223,6 +223,9 @@ private:
eState m_State;
bool m_bKeepThreadGoing;
+
+ /// If set to true during csDownloadingWorld, the tick thread calls CheckIfWorldDownloaded()
+ bool m_ShouldCheckDownloaded;
/// Returns true if the rate block interactions is within a reasonable limit (bot protection)
bool CheckBlockInteractionsRate(void);