From 2e64b2e5f53239c47431710d2e5d97a26eaf8fd3 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 5 Jan 2013 19:05:15 +0000 Subject: Not sending multiple DC packets to the client. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1120 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ClientHandle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/ClientHandle.h') 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; -- cgit v1.2.3