Disable DPad Cheat Overrides on Release builds

These cheats conflict with normal DPad behavior so they should be disabled.
If we want to reintroduce these, we'll need to find a better set of triggers
(and ideally respect server cheat settings) for allowing their use
This commit is contained in:
Loki Rautio
2026-03-06 13:08:09 -06:00
parent 015c368fc1
commit ed2a20dab7

View File

@@ -3651,7 +3651,7 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
if (player->missTime > 0) player->missTime--;
#ifdef _DEBUG_MENUS_ENABLED
#ifdef _DEBUG//_MENUS_ENABLED // disable DPad cheats on release builds
if(app.DebugSettingsOn())
{
#ifndef __PSVITA__