1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-11 13:39:14 +02:00

biter battles new comfy tabs (with settings to be admin only)

This commit is contained in:
hanakocz 2020-04-19 19:44:16 +02:00
parent bbcd006e5b
commit bdb3b47a6c
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ local function on_gui_switch_state_changed(event)
end
end
comfy_panel_tabs["MapSettings"] = build_config_gui
comfy_panel_tabs["MapSettings"] = {gui = build_config_gui, admin = true}
local event = require 'utils.event'

View File

@ -227,4 +227,4 @@ end
event.add(defines.events.on_gui_selection_state_changed, on_gui_selection_state_changed)
comfy_panel_tabs["MutagenLog"] = build_config_gui
comfy_panel_tabs["MutagenLog"] = {gui = build_config_gui, admin = false}