summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-21 15:19:30 +0200
committerMattes D <github@xoft.cz>2014-08-21 15:19:30 +0200
commit936604ca95d8e639a6783f9931093b689ce103d9 (patch)
tree20d829009cd4e6146ee716fc67a70069c514c2a7 /src/Protocol/MojangAPI.h
parentUpdated the Core. (diff)
downloadcuberite-936604ca95d8e639a6783f9931093b689ce103d9.tar
cuberite-936604ca95d8e639a6783f9931093b689ce103d9.tar.gz
cuberite-936604ca95d8e639a6783f9931093b689ce103d9.tar.bz2
cuberite-936604ca95d8e639a6783f9931093b689ce103d9.tar.lz
cuberite-936604ca95d8e639a6783f9931093b689ce103d9.tar.xz
cuberite-936604ca95d8e639a6783f9931093b689ce103d9.tar.zst
cuberite-936604ca95d8e639a6783f9931093b689ce103d9.zip
Diffstat (limited to 'src/Protocol/MojangAPI.h')
-rw-r--r--src/Protocol/MojangAPI.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Protocol/MojangAPI.h b/src/Protocol/MojangAPI.h
index 6ed37625e..e96c0d589 100644
--- a/src/Protocol/MojangAPI.h
+++ b/src/Protocol/MojangAPI.h
@@ -38,8 +38,6 @@ public:
Returns true if all was successful, false on failure. */
static bool SecureRequest(const AString & a_ServerName, const AString & a_Request, AString & a_Response);
- // tolua_begin
-
/** Normalizes the given UUID to its short form (32 bytes, no dashes, lowercase).
Logs a warning and returns empty string if not a UUID.
Note: only checks the string's length, not the actual content. */
@@ -50,8 +48,6 @@ public:
Note: only checks the string's length, not the actual content. */
static AString MakeUUIDDashed(const AString & a_UUID);
- // tolua_end
-
/** Converts a player name into a UUID.
The UUID will be empty on error.
If a_UseOnlyCached is true, the function only consults the cached values.