mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 07:59:26 +02:00
Minor fixup for onStatStagesChanged call
This commit is contained in:
parent
810bdc9291
commit
a40087e2fc
@ -2722,7 +2722,7 @@ export class StockpilingTag extends SerializableBattlerTag {
|
|||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
this.onStatStagesChanged,
|
this.onStatStagesChanged.bind(this),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user