diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-05-19 22:16:29 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-05-19 22:16:29 +0200 |
commit | 3a9543178abb7500aff65e09f054c28200ca6cac (patch) | |
tree | 098503b8bce507fcffb87e9b4ed3e2cc44aa4d86 /src/ClientHandle.h | |
parent | Added client translation to achievements (diff) | |
download | cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.tar cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.tar.gz cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.tar.bz2 cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.tar.lz cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.tar.xz cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.tar.zst cuberite-3a9543178abb7500aff65e09f054c28200ca6cac.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 9f1245be5..659c67658 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -80,9 +80,9 @@ public: static AString GenerateOfflineUUID(const AString & a_Username); // tolua_export /** Formats the type of message with the proper color and prefix for sending to the client. **/ - AString FormatMessageType(bool ShouldAppendChatPrefixes, eMessageType a_ChatPrefix, const AString & a_AdditionalData); + static AString FormatMessageType(bool ShouldAppendChatPrefixes, eMessageType a_ChatPrefix, const AString & a_AdditionalData); - AString FormatChatPrefix(bool ShouldAppendChatPrefixes, AString a_ChatPrefixS, AString m_Color1, AString m_Color2); + static AString FormatChatPrefix(bool ShouldAppendChatPrefixes, AString a_ChatPrefixS, AString m_Color1, AString m_Color2); void Kick(const AString & a_Reason); // tolua_export void Authenticate(const AString & a_Name, const AString & a_UUID); // Called by cAuthenticator when the user passes authentication |