Skip to content

Commit

Permalink
I didn't accidentally comment out an important line, what are you tal…
Browse files Browse the repository at this point in the history
…king about
  • Loading branch information
Lionmeow authored Aug 6, 2022
1 parent 8dd4e81 commit 80d8af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRML/SR/Patches/ZoneDirectorCustomRegionForZonePatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 80d8af5

Please sign in to comment.