From: Bramux <52210964+Bramux@users.noreply.github.com> Date: Mon, 5 Jul 2021 20:26:28 +0000 (+0200) Subject: Correct hat mismatches X-Git-Tag: v1.5.0~2^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=66fb8426a6fdc0398367cac8dc207bf8d9113e5f;p=rhonda%2Fimpostor.git Correct hat mismatches --- diff --git a/src/Impostor.Api/Innersloth/Customization/HatType.cs b/src/Impostor.Api/Innersloth/Customization/HatType.cs index 1f7f6ee..28b481b 100644 --- a/src/Impostor.Api/Innersloth/Customization/HatType.cs +++ b/src/Impostor.Api/Innersloth/Customization/HatType.cs @@ -1,4 +1,4 @@ -namespace Impostor.Api.Innersloth.Customization +namespace Impostor.Api.Innersloth.Customization { public enum HatType : uint { @@ -109,13 +109,13 @@ ToppatHenry = 104, ToppatEllie = 105, GeoffreyPlumb = 106, - AngryEyebrows = 107, - ChocolateIce = 108, - HeartPin = 109, - Ponytail = 110, - RubberGlove = 111, - UnicornHorn = 112, - Zipper = 113, - RightHandMan = 114, + RightHandMan = 107, + AngryEyebrows = 108, + ChocolateIce = 109, + HeartPin = 110, + Ponytail = 111, + RubberGlove = 112, + UnicornHorn = 113, + Zipper = 114, } }