mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 17:02:14 -05:00
The .Remove was tampering with the same variable that the foreach was iterating over, causing exceptions. By casting to a WC6[], the List<WC6> can be altered and the array is iterated over instead. |
||
|---|---|---|
| .. | ||
| Analysis.cs | ||
| Checks.cs | ||
| Core.cs | ||
| Data.cs | ||
| Tables.cs | ||