summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-20 20:37:51 +0200
committerMattes D <github@xoft.cz>2014-08-20 20:37:51 +0200
commit1b97e4e6ff202f63f5e6ae8a6130536be17b754a (patch)
tree7010172e80b90816dec924c8172a3d911a5ed71c
parentAPIDump: Added cRankManager documentation. (diff)
downloadcuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.tar
cuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.tar.gz
cuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.tar.bz2
cuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.tar.lz
cuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.tar.xz
cuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.tar.zst
cuberite-1b97e4e6ff202f63f5e6ae8a6130536be17b754a.zip
-rw-r--r--src/Entities/Player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h
index 0ae014eeb..bfafcb7fb 100644
--- a/src/Entities/Player.h
+++ b/src/Entities/Player.h
@@ -416,13 +416,13 @@ public:
/** Returns the UUID (short format) that has been read from the client, or empty string if not available. */
const AString & GetUUID(void) const { return m_UUID; }
- // tolua_end
-
/** (Re)loads the rank and permissions from the cRankManager.
Expects the m_UUID member to be valid.
Loads the m_Rank, m_Permissions, m_MsgPrefix, m_MsgSuffix and m_MsgNameColorCode members. */
void LoadRank(void);
+ // tolua_end
+
// cEntity overrides:
virtual bool IsCrouched (void) const { return m_IsCrouched; }
virtual bool IsSprinting(void) const { return m_IsSprinting; }