Index: code/client/cl_ui.c =================================================================== --- code/client/cl_ui.c (Revision 1959) +++ code/client/cl_ui.c (Arbeitskopie) @@ -1125,10 +1125,6 @@ // 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