1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-07 13:31:40 +02:00

Fix luacheck

This commit is contained in:
Gerkiz 2023-04-12 00:10:23 +02:00
parent c76cfdd0f5
commit a50876ff21

View File

@ -42,11 +42,11 @@ local function warning()
Alert.alert_all_players(5, 'The world is ending!', Color.white, 'warning-white', 1.0)
end
local function armageddon()
if not get_victorious_force() then
Nauvis.armageddon()
end
end
-- local function armageddon()
-- if not get_victorious_force() then
-- Nauvis.armageddon()
-- end
-- end
local function do_soft_reset()
local this = ScenarioTable.get_table()