summaryrefslogtreecommitdiffstats
path: root/source/ClientHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/ClientHandle.h')
-rw-r--r--source/ClientHandle.h3
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;