diff --git a/src/Root.cpp b/src/Root.cpp index 206bddfbc..2a00c5cfa 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -155,7 +155,8 @@ void cRoot::Start(std::unique_ptr a_OverridesRepo) 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; bool ShouldAuthenticate = settingsRepo->GetValueSetB("Authentication", "Authenticate", true);