From 28eade1c3ab5a2ce4a5f6df0d5a25d99b2d0219c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 7 Mar 2020 22:54:07 +0100 Subject: [PATCH] Fixed exception when setting permissions. --- config/permissions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/permissions.yaml b/config/permissions.yaml index d69a3e5e..e9e4a450 100644 --- a/config/permissions.yaml +++ b/config/permissions.yaml @@ -362,7 +362,7 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co revert_element: label: "perm.revert_elements" bit: 20 - alsoSet: ["read", "create", "delete", "move", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"] + alsoSet: ["read", "create", "delete", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"] database: label: "perm.database"