1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Updated crash site data save location

Changed  data_set name that crash site data is stored in from test set to real.
This commit is contained in:
Jayefuu 2020-12-29 06:29:42 +00:00
parent a93eb2d4ea
commit 7b4ac037f7

View File

@ -105,7 +105,7 @@ function Public.control(config)
biters_killed = ScoreTracker.get_for_global('aliens-killed'),
total_players = #game.players
}
Server.set_data('crash_site_data_test', tostring(end_epoch), statistics) -- Store the table, with end_epoch as the key
Server.set_data('crash_site_data', tostring(end_epoch), statistics) -- Store the table, with end_epoch as the key
Popup.all('\nServer restarting!\nInitiated by ' .. data.name .. '\n')
end