Implemented admin delete_group command.

This commit is contained in:
MobiusDevelopment
2022-08-16 21:02:41 +00:00
parent a5aecb2a9a
commit b3c92bebee
84 changed files with 5602 additions and 1550 deletions

View File

@@ -95,6 +95,7 @@
<!-- ADMIN DELETE -->
<admin command="admin_delete" accessLevel="100" />
<admin command="admin_delete_group" accessLevel="100" confirmDlg="true" />
<!-- ADMIN DESTROY ITEMS -->
<admin command="admin_destroy_items" accessLevel="100" confirmDlg="true" />