diff options
| author | Loki Rautio <lokirautio@gmail.com> | 2026-03-05 20:32:04 -0600 |
|---|---|---|
| committer | Loki Rautio <lokirautio@gmail.com> | 2026-03-05 20:32:04 -0600 |
| commit | 090cc653cceaae9e1cd12b9911f4d9b6f1906f3f (patch) | |
| tree | 502abd257b992a597030ebe79057cbe8101f0f55 /Minecraft.Client/Common/Consoles_App.cpp | |
| parent | 0d95980dca3a21b6ae9c5bc26daf176d80ecede4 (diff) | |
Disable "Debug Settings" in Release builds
People keep breaking random stuff by using these settings, so turn them
off for now in release builds. If folks can figure out how to compile a
debug build locally, they can use em :)
Diffstat (limited to 'Minecraft.Client/Common/Consoles_App.cpp')
| -rw-r--r-- | Minecraft.Client/Common/Consoles_App.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/Consoles_App.cpp b/Minecraft.Client/Common/Consoles_App.cpp index 00dedbe1..3aae68d2 100644 --- a/Minecraft.Client/Common/Consoles_App.cpp +++ b/Minecraft.Client/Common/Consoles_App.cpp @@ -2441,10 +2441,10 @@ void CMinecraftApp::ClearGameSettingsChangedFlag(int iPad) /////////////////////////// // -// Remove the debug settings in the content package build +// Remove the debug settings in the release build // //////////////////////////// -#ifndef _DEBUG_MENUS_ENABLED +#ifndef _DEBUG unsigned int CMinecraftApp::GetGameSettingsDebugMask(int iPad,bool bOverridePlayer) //bOverridePlayer is to force the send for the server to get the read options { return 0; |
