diff options
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index d7468d345..210324454 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -351,7 +351,7 @@ public: // tolua_export */ bool HandleLogin(UInt32 a_ProtocolVersion, const AString & a_Username); - void SendData(const char * a_Data, size_t a_Size); + //void SendData(const char * a_Data, size_t a_Size); /** Called when the player moves into a different world. Sends an UnloadChunk packet for each loaded chunk and resets the streamed chunks. */ |