diff options
| author | Loki Rautio <lokirautio@gmail.com> | 2026-03-06 13:11:24 -0600 |
|---|---|---|
| committer | Loki Rautio <lokirautio@gmail.com> | 2026-03-06 13:11:24 -0600 |
| commit | 0404a97257405c6e4e548065b128848e7ec3d9b3 (patch) | |
| tree | 00326f331c4fa9a715d03eca77c36c544c666793 /Minecraft.Client | |
| parent | ed2a20dab7f830edc1ac7f5df5469aaa86949e64 (diff) | |
Disable overlapping debug cheat inputs on dpad for Release
Same thing as last commit
Diffstat (limited to 'Minecraft.Client')
| -rw-r--r-- | Minecraft.Client/Minecraft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index e7761965..76c3b779 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -1522,7 +1522,7 @@ void Minecraft::run_middle() } #endif -#ifndef _FINAL_BUILD +#if _DEBUG // ndef _FINAL_BUILD // Disable conflicting debug functionality in release builds if( app.DebugSettingsOn() && app.GetUseDPadForDebug() ) { localplayers[i]->ullDpad_last = 0; |
