diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 123d1b057..0bcf0b9fe 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -365,6 +365,8 @@ public: // tolua_export void InvalidateCachedSentChunk(); + bool IsPlayerChunkSent(); + private: friend class cServer; // Needs access to SetSelf() |