From 80d8af5819f9f3f92afbc44c295c853429a512bb Mon Sep 17 00:00:00 2001 From: Lionmeow <49107380+Lionmeow@users.noreply.github.com> Date: Sat, 6 Aug 2022 07:27:09 -0700 Subject: [PATCH] I didn't accidentally comment out an important line, what are you talking about --- SRML/SR/Patches/ZoneDirectorCustomRegionForZonePatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRML/SR/Patches/ZoneDirectorCustomRegionForZonePatch.cs b/SRML/SR/Patches/ZoneDirectorCustomRegionForZonePatch.cs index cdf7599..1b84299 100644 --- a/SRML/SR/Patches/ZoneDirectorCustomRegionForZonePatch.cs +++ b/SRML/SR/Patches/ZoneDirectorCustomRegionForZonePatch.cs @@ -3,7 +3,7 @@ namespace SRML.SR.Patches { - //[HarmonyPatch(typeof(ZoneDirector), "GetRegionSetId")] + [HarmonyPatch(typeof(ZoneDirector), "GetRegionSetId")] internal static class ZoneDirectorCustomRegionForZonePatch { public static bool Prefix(ZoneDirector.Zone zone, ref RegionRegistry.RegionSetId __result)