1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00

Merge pull request #170 from ComfyFactory/mtn_v3

mtn v3 - minor change to filename when the run has ended
This commit is contained in:
Gerkiz 2021-11-17 00:02:06 +01:00 committed by GitHub
commit afe77ab20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ..