1.修复自动创建下一期bug
This commit is contained in:
@@ -85,7 +85,6 @@ class GameWebSocketServer
|
||||
if (!$hasAdminSubscriber) {
|
||||
return;
|
||||
}
|
||||
GameLiveService::recoverLiveRoundState();
|
||||
$snapshot = GameLiveService::buildSnapshot(null);
|
||||
$payload = json_encode([
|
||||
'event' => 'admin.live.snapshot',
|
||||
|
||||
Reference in New Issue
Block a user