mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +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,
|
||||
false,
|
||||
true,
|
||||
this.onStatStagesChanged,
|
||||
this.onStatStagesChanged.bind(this),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user