]> git.deb.at Git - rhonda/impostor.git/commitdiff
Correct hat mismatches
authorBramux <52210964+Bramux@users.noreply.github.com>
Mon, 5 Jul 2021 20:26:28 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 20:26:28 +0000 (22:26 +0200)
src/Impostor.Api/Innersloth/Customization/HatType.cs

index 1f7f6ee22231061d361009a23317ae85ea8dce81..28b481bc3f7cd8950a7b98fed97c43b136741a90 100644 (file)
@@ -1,4 +1,4 @@
-namespace Impostor.Api.Innersloth.Customization
+namespace Impostor.Api.Innersloth.Customization
 {
     public enum HatType : uint
     {
         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,
     }
 }