mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-20 20:20:30 -05:00
Set sv_cheats dvar to 0
This commit is contained in:
@ -304,6 +304,8 @@ set_dvars()
|
|||||||
|
|
||||||
setDvar( "sv_voice", 2 );
|
setDvar( "sv_voice", 2 );
|
||||||
setDvar( "sv_voiceQuality", 9 );
|
setDvar( "sv_voiceQuality", 9 );
|
||||||
|
|
||||||
|
setDvar( "sv_cheats", 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
set_client_dvars()
|
set_client_dvars()
|
||||||
|
Reference in New Issue
Block a user