Minor fixup for onStatStagesChanged call

This commit is contained in:
Sirz Benjie 2025-08-01 15:15:02 -06:00
parent 83180002df
commit 1a907c22bd
No known key found for this signature in database
GPG Key ID: 38AC42D68CF5E138

View File

@ -2722,7 +2722,7 @@ export class StockpilingTag extends SerializableBattlerTag {
true,
false,
true,
this.onStatStagesChanged,
this.onStatStagesChanged.bind(this),
);
}
}