Added comments

This commit is contained in:
Cooldude2606
2019-05-29 19:11:23 +01:00
parent df014a1207
commit a79440a840
2 changed files with 41 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
return {
only_admins_can_edit = false,
edit_tasks_role_permision = 'gui/task-list/edit'
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
}