Skip to content

Commit b4e567f

Browse files
committed
changed Default config
1 parent 619de04 commit b4e567f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerpentsHand/PluginConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class PluginConfig : AbstractConfigSection
1717
public float Health { get; set; } = 120;
1818

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

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

0 commit comments

Comments
 (0)