Merge pull request #15787 from Putnam3145/fix-round-start-station-traits

Makes station trait on round start work
This commit is contained in:
Lin
2022-08-16 06:15:31 +00:00
committed by GitHub
+2
View File
@@ -296,6 +296,8 @@ SUBSYSTEM_DEF(ticker)
cb.InvokeAsync()
LAZYCLEARLIST(round_start_events)
SEND_SIGNAL(src, COMSIG_TICKER_ROUND_STARTING)
log_world("Game start took [(world.timeofday - init_start)/10]s")
round_start_time = world.time
SSdbcore.SetRoundStart()