1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 13:49:33 -05:00

Change name of new sonar dvar

This commit is contained in:
Jbleezy 2024-06-26 21:01:00 -07:00
parent f5380a24a6
commit 4a698d9c10

View File

@ -675,7 +675,7 @@ set_client_dvars()
self setClientDvar("cg_sonarAttachmentSpeedDelay", 0.1); self setClientDvar("cg_sonarAttachmentSpeedDelay", 0.1);
self setClientDvar("cg_sonarAttachmentMaxSpeed", 6); self setClientDvar("cg_sonarAttachmentMaxSpeed", 6);
self setClientDvar("cg_sonarAttachmentSightCheck", 1); self setClientDvar("cg_sonarAttachmentSightCheck", 1);
self setClientDvar("cg_sonarAttachmentFullscreenColorFix", 1); self setClientDvar("cg_sonarAttachmentFullscreenThermal", 0);
self setClientDvar("bg_jetgun_disable_spin_while_meleeing", 1); self setClientDvar("bg_jetgun_disable_spin_while_meleeing", 1);
self setClientDvar("bg_jetgun_disable_z_thrust", 1); self setClientDvar("bg_jetgun_disable_z_thrust", 1);