mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 06:44:14 -05:00
Comment out unused
temp = temp permanent lul
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user