mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 15:47:15 -05:00
Ban evos byref all the way down
https://github.com/kwsch/PKHeX/issues/2973#issuecomment-1247776541
This commit is contained in:
parent
d8923fe3fb
commit
fddddcba28
|
|
@ -187,7 +187,7 @@ private void FixEvoTreeBS()
|
|||
private void BanEvo(ushort species, byte form, Func<PKM, bool> func)
|
||||
{
|
||||
var key = GetLookupKey(species, form);
|
||||
var node = Lineage[key];
|
||||
ref var node = ref Lineage[key];
|
||||
node.Ban(func);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user