1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-18 03:21:36 +02:00

minor fix

This commit is contained in:
Gerkiz 2020-07-12 21:11:43 +02:00
parent 92ced6c64a
commit c2829984fe

View File

@ -62,7 +62,7 @@ commands.add_command(
elseif param == 'restartnow' then
this.reset_are_you_sure = nil
p(player.name .. ' has restarted the game.')
Server.start_scenario('Fish_Defender')
Server.start_scenario('Fish_Defender_v2')
return
elseif param == 'shutdown' then
if this.shutdown then