From 84c5decfc0447e7a727274af8d80d223cd99ab87 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 10 Mar 2018 19:40:57 -0800 Subject: [PATCH] Comment out unused temp = temp permanent lul --- PKHeX.Core/Legality/RNG/Frame/SlotRange.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs b/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs index f133a06b7..9ee515db2 100644 --- a/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs +++ b/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs @@ -150,7 +150,7 @@ public static bool GetIsEncounterable(EncounterSlot slot, FrameType frameType, i if (slot.Type.IsSweetScentType()) return true; return true; // todo - return GetCanEncounter(slot, frameType, rand, lead); + //return GetCanEncounter(slot, frameType, rand, lead); } private static bool GetCanEncounter(EncounterSlot slot, FrameType frameType, int rand, LeadRequired lead) {