1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

mtn v3 - minor change to filename when the run has ended

This commit is contained in:
Gerkiz 2021-11-17 00:01:02 +01:00
parent 1cbe3aa17c
commit 99dc08947b

View File

@ -1193,9 +1193,8 @@ local function show_mvps(player)
RPG_Progression.save_all_players()
end
if server_name then
local name = Server.get_server_name()
local date = Server.get_start_time()
game.server_save('Final_' .. name .. '_' .. tostring(date))
game.server_save('Final_Mtn_Fortress_v3_' .. tostring(date))
--ignore
local text = '**Statistics!**\\n\\n' ..
'Time played: ' .. time_played ..