summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevToaster <blazetoaster@gmail.com>2015-02-28 17:39:36 +0100
committerDevToaster <blazetoaster@gmail.com>2015-02-28 17:39:36 +0100
commite012c06281624e97fc79fa90e18e51a42fb002af (patch)
tree4a9d0bbcae89f73f87307157c0b0b5beec739cdb
parent modified: src/Entities/Player.cpp (diff)
downloadcuberite-e012c06281624e97fc79fa90e18e51a42fb002af.tar
cuberite-e012c06281624e97fc79fa90e18e51a42fb002af.tar.gz
cuberite-e012c06281624e97fc79fa90e18e51a42fb002af.tar.bz2
cuberite-e012c06281624e97fc79fa90e18e51a42fb002af.tar.lz
cuberite-e012c06281624e97fc79fa90e18e51a42fb002af.tar.xz
cuberite-e012c06281624e97fc79fa90e18e51a42fb002af.tar.zst
cuberite-e012c06281624e97fc79fa90e18e51a42fb002af.zip
-rw-r--r--src/Entities/Player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h
index 021b6fb0a..e02c66bd3 100644
--- a/src/Entities/Player.h
+++ b/src/Entities/Player.h
@@ -609,7 +609,7 @@ protected:
*/
bool m_bIsTeleporting;
- /** The int UUID (no dashes) of the player, as read from the ClientHandle.
+ /** The short UUID (no dashes) of the player, as read from the ClientHandle.
If no ClientHandle is given, the UUID is initialized to empty. */
AString m_UUID;