diff --git a/SerpentsHand/PluginConfig.cs b/SerpentsHand/PluginConfig.cs index 73d88f3..07696b1 100644 --- a/SerpentsHand/PluginConfig.cs +++ b/SerpentsHand/PluginConfig.cs @@ -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; } = "SerpentsHand"; + public string CustomRoleName { get; set; } = "SerpentsHand"; [Description("The chance that a SerpentsHand Squad spawns instead of a Chaos")] public float SpawnChance { get; set; } = 50f;