mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 16:09:27 +02:00
Minor fixup for onStatStagesChanged call
This commit is contained in:
parent
83180002df
commit
1a907c22bd
@ -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