mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Disable overlapping debug cheat inputs on dpad for Release
Same thing as last commit
This commit is contained in:
parent
ed2a20dab7
commit
0404a97257
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue