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:
@@ -3651,7 +3651,7 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
|
|||||||
|
|
||||||
if (player->missTime > 0) player->missTime--;
|
if (player->missTime > 0) player->missTime--;
|
||||||
|
|
||||||
#ifdef _DEBUG_MENUS_ENABLED
|
#ifdef _DEBUG//_MENUS_ENABLED // disable DPad cheats on release builds
|
||||||
if(app.DebugSettingsOn())
|
if(app.DebugSettingsOn())
|
||||||
{
|
{
|
||||||
#ifndef __PSVITA__
|
#ifndef __PSVITA__
|
||||||
|
|||||||
Reference in New Issue
Block a user