diff options
author | Mattes D <github@xoft.cz> | 2014-09-01 13:41:20 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-01 13:41:20 +0200 |
commit | 74204aed6c4be6ef37194b7f317671a3f03f1247 (patch) | |
tree | 98c7825ebf9853cab02300f53d2fc5b25d3ba4cd /src/Protocol | |
parent | Merge pull request #1363 from mc-server/FurnaceRecipes (diff) | |
parent | Fixed style. (diff) | |
download | cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.tar cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.tar.gz cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.tar.bz2 cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.tar.lz cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.tar.xz cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.tar.zst cuberite-74204aed6c4be6ef37194b7f317671a3f03f1247.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/MojangAPI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Protocol/MojangAPI.cpp b/src/Protocol/MojangAPI.cpp index 4e5c41a8a..28da83c31 100644 --- a/src/Protocol/MojangAPI.cpp +++ b/src/Protocol/MojangAPI.cpp @@ -158,7 +158,8 @@ cMojangAPI::cMojangAPI(void) : m_NameToUUIDServer(DEFAULT_NAME_TO_UUID_SERVER), m_NameToUUIDAddress(DEFAULT_NAME_TO_UUID_ADDRESS), m_UUIDToProfileServer(DEFAULT_UUID_TO_PROFILE_SERVER), - m_UUIDToProfileAddress(DEFAULT_UUID_TO_PROFILE_ADDRESS) + m_UUIDToProfileAddress(DEFAULT_UUID_TO_PROFILE_ADDRESS), + m_RankMgr(NULL) { } |