diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-31 18:26:03 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-31 18:26:03 +0200 |
commit | acc4be80348ec1a774481d7ee3b8b207174a91a7 (patch) | |
tree | 08b1200a2e24ef4c82bd7c1e1c004665c7d69664 /source/cClientHandle.h | |
parent | Fixed one possibility of a deadlock in cClientHandle::SendChunkData() (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/cClientHandle.h | 3 |
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); |