mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
fix overzealous cvar cheat protection, patch by cyrri (#4974)
This commit is contained in:
parent
2ae1bf3dcd
commit
2e3c902da9
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue