1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 04:30:32 -05:00

Set sv_cheats dvar to 0

This commit is contained in:
Jbleezy
2023-02-24 23:59:32 -08:00
parent 00f7e775f1
commit a553449d82

View File

@ -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()