Files
factorio-scenario-ExpCluster/config/tasks.lua
2019-05-29 19:35:16 +01:00

5 lines
242 B
Lua

-- config file for the tasks gui
return {
only_admins_can_edit = false, -- true will hide the edit and delete buttons from non (game) admins
edit_tasks_role_permision = 'gui/task-list/edit' -- value used with custom permision system
}