diff --git a/source/Patches/CustomHats/CustomHatPatch.cs b/source/Patches/CustomHats/CustomHatPatch.cs index 7ab1aa011..20337b2f7 100644 --- a/source/Patches/CustomHats/CustomHatPatch.cs +++ b/source/Patches/CustomHats/CustomHatPatch.cs @@ -12,7 +12,7 @@ namespace TownOfUs.Patches.CustomHats [HarmonyPatch(typeof(HatsTab), nameof(HatsTab.OnEnable))] public static class HatsTab_OnEnable { - public static bool Postfix(HatsTab __instance) + public static bool Prefix(HatsTab __instance) { var allHats = DestroyableSingleton.Instance.GetUnlockedHats(); var hatGroups = new SortedList>(