From dae93ae97a8a28c7e53fe6777121f463e546d060 Mon Sep 17 00:00:00 2001 From: craftxbox Date: Mon, 30 Sep 2024 21:07:11 -0230 Subject: [PATCH] remove hardcoded admins; just use the database. --- config/admins.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/admins.txt b/config/admins.txt index 24f777f26b19..5bfa57e1c7f4 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -3,8 +3,4 @@ #Rank name will match anything after ' = ' and has not format requirements. #Ranks will match to those with the same name in admin_ranks.txt, if a match isn't found the user won't be adminned. #If SQL-based admin loading is enabled, admins listed here will always be loaded first and will override any duplicate entries in the database. - -MarkSuckerberg = Development Head -rkz = Development Head - #just use the database, this is deprecated