diff options
author | Mattes D <github@xoft.cz> | 2014-10-16 21:12:26 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-16 21:12:26 +0200 |
commit | 8c2a99711e98ccfc2f6f31777a8b4e74e40c616c (patch) | |
tree | 64b8f0a43f1f71444b7d544f4240b95bde29ed6d /src/ClientHandle.h | |
parent | Merge pull request #1541 from mc-server/VariadicTemplates (diff) | |
download | cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.tar cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.tar.gz cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.tar.bz2 cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.tar.lz cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.tar.xz cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.tar.zst cuberite-8c2a99711e98ccfc2f6f31777a8b4e74e40c616c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index a9cc29d50..1fc915280 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -343,6 +343,7 @@ private: cCriticalSection m_CSChunkLists; cChunkCoordsList m_LoadedChunks; // Chunks that the player belongs to cChunkCoordsList m_ChunksToSend; // Chunks that need to be sent to the player (queued because they weren't generated yet or there's not enough time to send them) + cChunkCoordsList m_SentChunks; // Store the coordinates of the chunks that the client has loaded cProtocol * m_Protocol; |