Change cvar from 'cv_' to 'dz_'

This commit is contained in:
Wizzard
2023-09-19 10:45:57 -04:00
parent 02888c1158
commit f0485a3f36
8 changed files with 24 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ enum chams_settings {
visible_flags visible_mode;
bool chams(void* this_ptr) {
const int setting = cv_chams->value == 5.0f ? 7 : cv_chams->value;
const int setting = dz_chams->value == 5.0f ? 7 : dz_chams->value;
if (setting == DISABLED)
return false;