mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-03 03:24:11 -05:00
parent
557f1a25fb
commit
edf69fdacf
|
|
@ -4299,7 +4299,7 @@ public static void Reset()
|
|||
|
||||
public static bool? WasDragParticipant(object form, int index)
|
||||
{
|
||||
if (slotDestinationBoxNumber != index)
|
||||
if (slotDestinationBoxNumber != index && slotSourceBoxNumber != index)
|
||||
return null; // form was not watching box
|
||||
return slotSource == form || slotDestination == form; // form already updated?
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user