diff options
Diffstat (limited to '')
-rw-r--r-- | source/ClientHandle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ClientHandle.h b/source/ClientHandle.h index cf02bd107..806224333 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -204,7 +204,8 @@ private: Vector3d m_ConfirmPosition; cPlayer * m_Player; - bool m_bKicking; + + bool m_HasSentDC; // Chunk position when the last StreamChunks() was called; used to avoid re-streaming while in the same chunk int m_LastStreamedChunkX; |