Minor fixup for onStatStagesChanged call

This commit is contained in:
Sirz Benjie 2025-08-01 15:15:02 -06:00
parent 810bdc9291
commit a40087e2fc
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

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