1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-16 02:47:48 +02:00

Mtn v3 - small fix

This commit is contained in:
Gerkiz 2023-11-21 01:12:46 +01:00
parent c0241c807c
commit 570651fc2b

View File

@ -801,6 +801,7 @@ local function apply_startup_settings(settings)
this.time_to_reset = this.reset_after - time_to_reset
if time_to_reset and time_to_reset > this.reset_after then
game.server_save('Season_ ' .. this.season or 1 .. '_Mtn_v3_' .. tostring(current_time))
settings.current_date = current_time
settings.test_mode = false
settings.rounds_survived = 0