From f801b850941e8f378ba925f7c6c6638ed6b57b1d Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 8 Apr 2017 01:00:38 +0900 Subject: [PATCH] Remove unnecessary groups --- inc/config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index c7f3bf41..fb7ffa02 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1410,9 +1410,7 @@ $config['mod']['groups'] = array( 10 => 'Janitor', 20 => 'Mod', - 30 => 'Admin', - // 98 => 'God', - 99 => 'Disabled' + 30 => 'Admin' ); // If you add stuff to the above, you'll need to call this function immediately after.