This commit is contained in:
2026-01-15 00:15:05 +09:00
parent b75fc72a22
commit b6cc2bd2e3

View File

@@ -20,7 +20,7 @@ export class InstancePlugin extends BaseInstancePlugin {
this.clearInterval(); this.clearInterval();
this.setInterval(); this.setInterval();
} else if (field === "exp_server_ups.average_interval") { } else if (field === "exp_server_ups.average_interval") {
this.gameTimes.splice(curr as number); this.gameTimes = [];
} }
} }