Skip to content

Commit

Permalink
Mtn v3 - small server save fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Nov 21, 2023
1 parent 570651f commit ea482cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/mountain_fortress_v3/stateful/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +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))
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
Expand Down

0 comments on commit ea482cb

Please sign in to comment.