1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-09-16 09:06:21 +02:00

early grief prevention

This commit is contained in:
Gerkiz
2020-06-16 22:39:49 +02:00
parent 7cc279cfaa
commit fef0ade56c

View File

@@ -155,6 +155,14 @@ end
local function on_init()
game.forces.player.research_queue_enabled = true
game.permissions.get_group('Default').set_allows_action(
defines.input_action.flush_opened_entity_fluid,
false
)
game.permissions.get_group('Default').set_allows_action(
defines.input_action.flush_opened_entity_specific_fluid,
false
)
end
local loaded = _G.package.loaded