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:
commit
afe77ab20b
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user