1
0

Disabled anticheat (#3511)

This commit is contained in:
LogicParrot 2017-01-01 15:47:17 +02:00 committed by GitHub
parent c8b1d8a37d
commit d4353f8084

View File

@ -155,7 +155,8 @@ void cRoot::Start(std::unique_ptr<cSettingsRepositoryInterface> a_OverridesRepo)
LOG("Starting server..."); LOG("Starting server...");
cClientHandle::FASTBREAK_PERCENTAGE = settingsRepo->GetValueSetI("AntiCheat", "FastBreakPercentage", 97) / 100.0f; // cClientHandle::FASTBREAK_PERCENTAGE = settingsRepo->GetValueSetI("AntiCheat", "FastBreakPercentage", 97) / 100.0f;
cClientHandle::FASTBREAK_PERCENTAGE = 0; // AntiCheat disabled due to bugs. We will enabled it once they are fixed. See #3506.
m_MojangAPI = new cMojangAPI; m_MojangAPI = new cMojangAPI;
bool ShouldAuthenticate = settingsRepo->GetValueSetB("Authentication", "Authenticate", true); bool ShouldAuthenticate = settingsRepo->GetValueSetB("Authentication", "Authenticate", true);