diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c index 577af12d..b8d13c51 100644 --- a/code/client/cl_ui.c +++ b/code/client/cl_ui.c @@ -1125,10 +1125,6 @@ void CL_InitUI( void ) { // init for this gamestate VM_Call( uivm, UI_INIT, (cls.state >= CA_AUTHORIZING && cls.state < CA_ACTIVE) ); } - - // reset any CVAR_CHEAT cvars registered by ui - if ( !clc.demoplaying && !cl_connectedToCheatServer ) - Cvar_SetCheatState(); } #ifndef STANDALONE