Skip to content

Commit

Permalink
adding @css/permban into cssbans.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
originalaidn authored Aug 19, 2024
1 parent 2eca7e5 commit 6fe18f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/app/cssbans.sql
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ INSERT INTO `permissions` (`id`, `permission`, `description`, `created_at`, `upd
(13, '@css/password', 'Set a password on the server.', '2024-04-14 15:27:44', '2024-04-14 15:27:44'),
(14, '@css/rcon', 'Use RCON commands.', '2024-04-14 15:27:44', '2024-04-14 15:27:44'),
(15, '@css/cheats', 'Change sv_cheats or use cheating commands.', '2024-04-14 15:27:44', '2024-04-14 15:27:44'),
(16, '@css/root', 'Magically enables all flags and ignores immunity values.', '2024-04-14 15:27:44', '2024-04-14 15:27:44');
(16, '@css/root', 'Magically enables all flags and ignores immunity values.', '2024-04-14 15:27:44', '2024-04-14 15:27:44'),
(NULL, '@css/permban', 'Ban other players for permanently.', '2024-04-14 15:27:44', '2024-04-14 15:27:44');

INSERT INTO `permissions` (`id`, `permission`, `description`, `created_at`, `updated_at`) VALUES
(NULL, '@web/admin.create', 'Web-only: Permission to create an admin.', '2024-04-14 15:27:44', '2024-04-14 15:27:44'),
Expand Down

0 comments on commit 6fe18f5

Please sign in to comment.