Skip to content

Commit

Permalink
Fix convar ids
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 26, 2024
1 parent 2830a18 commit 20ce8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Jailbreak.Warden/Global/WardenBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class WardenBehavior(ILogger<WardenBehavior> logger,
IMuteService mute, IServiceProvider provider)
: IPluginBehavior, IWardenService {
public static readonly FakeConVar<int> CV_ARMOR_EQUAL =
new("css_jb_hp_outnumbered", "Health points for CTs have equal balance", 50,
new("css_jb_hp_equal", "Health points for when CTs have equal ratio", 50,
ConVarFlags.FCVAR_NONE, new RangeValidator<int>(1, 200));

public static readonly FakeConVar<int> CV_ARMOR_OUTNUMBER =
Expand Down

0 comments on commit 20ce8b3

Please sign in to comment.