Skip to content

Commit

Permalink
changed Default config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Feb 16, 2022
1 parent 619de04 commit b4e567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerpentsHand/PluginConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class PluginConfig : AbstractConfigSection
public float Health { get; set; } = 120;

[Description("The Role Name that is displayed when you look at the Player")]
public string CustomRoleName { get; set; } = "<color=green>SerpentsHand</color>";
public string CustomRoleName { get; set; } = "SerpentsHand";

[Description("The chance that a SerpentsHand Squad spawns instead of a Chaos")]
public float SpawnChance { get; set; } = 50f;
Expand Down

0 comments on commit b4e567f

Please sign in to comment.