mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-26 17:07:55 +00:00
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:
parent
015c368fc1
commit
ed2a20dab7
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in a new issue