mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
Unlock mat_picmip cvar for values lower than -1
This commit is contained in:
@@ -2750,10 +2750,6 @@ void CheckSpecialCheatVars()
|
||||
if ( !mat_picmip )
|
||||
mat_picmip = g_pCVar->FindVar( "mat_picmip" );
|
||||
|
||||
// In multiplayer, don't allow them to set mat_picmip > 2.
|
||||
if ( mat_picmip )
|
||||
CheckVarRange_Generic( mat_picmip, -1, 2 );
|
||||
|
||||
CheckVarRange_r_rootlod();
|
||||
CheckVarRange_r_lod();
|
||||
HandleServerAllowColorCorrection();
|
||||
|
||||
Reference in New Issue
Block a user