You've already forked ComfyFactorio
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user