summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Authenticator.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-21 10:26:45 +0200
committerMattes D <github@xoft.cz>2015-05-21 10:26:45 +0200
commit90ab8a338b43f54cde85d6183c9c629196990622 (patch)
tree4d773e115e28ac873faf7a3f780904c8de7ba857 /src/Protocol/Authenticator.cpp
parentMerge pull request #2030 from beeduck/master (diff)
downloadcuberite-90ab8a338b43f54cde85d6183c9c629196990622.tar
cuberite-90ab8a338b43f54cde85d6183c9c629196990622.tar.gz
cuberite-90ab8a338b43f54cde85d6183c9c629196990622.tar.bz2
cuberite-90ab8a338b43f54cde85d6183c9c629196990622.tar.lz
cuberite-90ab8a338b43f54cde85d6183c9c629196990622.tar.xz
cuberite-90ab8a338b43f54cde85d6183c9c629196990622.tar.zst
cuberite-90ab8a338b43f54cde85d6183c9c629196990622.zip
Diffstat (limited to 'src/Protocol/Authenticator.cpp')
-rw-r--r--src/Protocol/Authenticator.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Protocol/Authenticator.cpp b/src/Protocol/Authenticator.cpp
index 294b6e9be..bfbe5028d 100644
--- a/src/Protocol/Authenticator.cpp
+++ b/src/Protocol/Authenticator.cpp
@@ -19,6 +19,10 @@
#define DEFAULT_AUTH_SERVER "sessionserver.mojang.com"
#define DEFAULT_AUTH_ADDRESS "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%"
+
+
+
+
cAuthenticator::cAuthenticator(void) :
super("cAuthenticator"),
m_Server(DEFAULT_AUTH_SERVER),
@@ -267,3 +271,7 @@ bool cAuthenticator::GetPlayerProperties(const AString & a_UUID, Json::Value & a
return true;
}
*/
+
+
+
+