1.修复自动创建下一期bug

This commit is contained in:
2026-05-26 18:08:57 +08:00
parent 6c4e935b6c
commit bdd66f7bd9
4 changed files with 240 additions and 84 deletions

View File

@@ -85,7 +85,6 @@ class GameWebSocketServer
if (!$hasAdminSubscriber) {
return;
}
GameLiveService::recoverLiveRoundState();
$snapshot = GameLiveService::buildSnapshot(null);
$payload = json_encode([
'event' => 'admin.live.snapshot',