diff options
author | Mattes D <github@xoft.cz> | 2014-10-17 13:57:18 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-17 13:57:18 +0200 |
commit | 687752241f97599c932ab30da449d7b9dec632c4 (patch) | |
tree | 253843f8f45b7e3719324ed72dd31977984d663f /src/Protocol/MojangAPI.h | |
parent | LuaChunkStay: Fixed a crash on unused callback. (diff) | |
download | cuberite-687752241f97599c932ab30da449d7b9dec632c4.tar cuberite-687752241f97599c932ab30da449d7b9dec632c4.tar.gz cuberite-687752241f97599c932ab30da449d7b9dec632c4.tar.bz2 cuberite-687752241f97599c932ab30da449d7b9dec632c4.tar.lz cuberite-687752241f97599c932ab30da449d7b9dec632c4.tar.xz cuberite-687752241f97599c932ab30da449d7b9dec632c4.tar.zst cuberite-687752241f97599c932ab30da449d7b9dec632c4.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/MojangAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/MojangAPI.h b/src/Protocol/MojangAPI.h index fa4c16e4e..393fd4baa 100644 --- a/src/Protocol/MojangAPI.h +++ b/src/Protocol/MojangAPI.h @@ -38,7 +38,7 @@ public: /** Initializes the API; reads the settings from the specified ini file. Loads cached results from disk. */ - void Start(cIniFile & a_SettingsIni); + void Start(cIniFile & a_SettingsIni, bool a_ShouldAuth); /** Connects to the specified server using SSL, sends the given request and receives the response. Checks Mojang certificates using the hard-coded Starfield root CA certificate. |