This commit is contained in:
2025-08-31 01:54:06 +09:00
71 changed files with 6736 additions and 3909 deletions

View File

@@ -43,7 +43,7 @@ export class InstancePlugin extends BaseInstancePlugin {
}
try {
const newGameTime = await this.sendRcon(`/_rcon return exp_server_ups.update(${ups})`);
const newGameTime = await this.sendRcon(`/_rcon return exp_server_ups.refresh(${ups})`);
this.gameTimes.push(Number(newGameTime));
} catch (error: any) {
this.logger.error(`Failed to receive new game time: ${error}`);