From b4e567fca88801c11e65a140d10108cf28ec2345 Mon Sep 17 00:00:00 2001 From: GrafDimenzio <66207264+GrafDimenzio@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:47:47 +0100 Subject: [PATCH] changed Default config --- SerpentsHand/PluginConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;