diff options
author | Mattes D <github@xoft.cz> | 2015-05-21 10:26:45 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-05-21 10:26:45 +0200 |
commit | 90ab8a338b43f54cde85d6183c9c629196990622 (patch) | |
tree | 4d773e115e28ac873faf7a3f780904c8de7ba857 /src/Protocol/Authenticator.cpp | |
parent | Merge pull request #2030 from beeduck/master (diff) | |
download | cuberite-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.cpp | 8 |
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; } */ + + + + |