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

This commit is contained in:
2026-05-26 17:57:42 +08:00
parent 5d33b13c6f
commit 6c4e935b6c
5 changed files with 68 additions and 49 deletions

View File

@@ -15,8 +15,6 @@ class GameLiveTicker
GameLiveService::recoverAbnormalPeriodOnStartup();
Timer::add(1, static function (): void {
GameLiveService::finalizePayoutGrace();
GameLiveService::tickAutoDraw();
GameLiveService::publishSnapshot(null);
});
}