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:
parent
bbcd006e5b
commit
bdb3b47a6c
@ -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'
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user