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

minor fix

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

View File

@ -1368,7 +1368,7 @@ local function has_the_game_ended()
game.print('Soft-reset is disabled. Server will restart!', {r = 0.22, g = 0.88, b = 0.22})
local message = 'Soft-reset is disabled. Server will restart!'
Server.to_discord_bold(table.concat {'*** ', message, ' ***'})
Server.start_scenario('Fish_Defender')
Server.start_scenario('Fish_Defender_v2')
this.announced_message = true
return
end