diff options
author | Mattes D <github@xoft.cz> | 2014-06-06 22:31:16 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-06-08 21:58:29 +0200 |
commit | b904223b9dbbe7b696dbd30e748bc131742e11ea (patch) | |
tree | d742f036732e34a4c11f72f906c6f90c7d6ba231 /src/ClientHandle.h | |
parent | Small change for easier understanding. (diff) | |
download | cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.tar cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.tar.gz cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.tar.bz2 cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.tar.lz cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.tar.xz cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.tar.zst cuberite-b904223b9dbbe7b696dbd30e748bc131742e11ea.zip |
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 659c67658..3f1cdf55a 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -250,7 +250,8 @@ public: void SendData(const char * a_Data, size_t a_Size); - /** Called when the player moves into a different world; queues sreaming the new chunks */ + /** Called when the player moves into a different world. + Locks the current world, doesn't lock the new world. */ void MoveToWorld(cWorld & a_World, bool a_SendRespawnPacket); /** Called when the player will enchant a Item */ |