1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

Merge pull request #159 from hanakocz/master

biter battles comfy tabs admin settings
This commit is contained in:
MewMew 2020-04-20 05:35:49 +02:00 committed by GitHub
commit cfac8b7501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}