Skip to content

Commit

Permalink
Fix missing cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Mar 9, 2024
1 parent afb77e5 commit a89b9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cvarinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ server float UaS_ScarcityOverspawn = 0.5;
server int UaS_ScarcityRate = 50;
user int UaS_SlingDelay = 35;
server bool UaS_StabilizerSpawns = true;
nosave float UaS_TraumaKit_HUDScale = 1.00;
server bool UaS_VisWepsEnabled = false;
nosave float UaS_Wheel_Alpha = 0.75;
nosave float UaS_Wheel_Scale = 1.00;
Expand Down
1 change: 1 addition & 0 deletions medical/cvarinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ user bool UaS_Medical_SwitchFiremode = false;
nosave float UaS_Wheel_Alpha = 0.75;
nosave float UaS_Wheel_Scale = 1.00;
nosave float UaS_Bandage_HUDScale = 1.00;
nosave float UaS_TraumaKit_HUDScale = 1.00;
nosave bool UaS_Medical_VisualWounds = true;

0 comments on commit a89b9dc

Please sign in to comment.