From 9f12f21b87245b9eb84fe6b7d8104ec86447446b Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 19 Nov 2021 08:36:16 +1100 Subject: [PATCH] Remove obsolete devs.txt If you are using years old versions of MCGalaxy at this point, I think you can accept an extra error message on startup. Especially since accessing github doesn't work on Windows with old versions of MCGalaxy anyways since github switched to TLS 1.2 minimum --- MCGalaxy/Server/Server.Fields.cs | 2 +- Uploads/devs.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 Uploads/devs.txt diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index 397e93b32..e09ea9666 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -61,7 +61,7 @@ namespace MCGalaxy { public static PlayerExtList models, skins, reach, rotations, modelScales; public static PlayerExtList frozen, muted, tempBans, tempRanks; - public static readonly List Devs = new List() { "Hetal", "venom983", "UclCommander" }; + public static readonly List Devs = new List() { "Hetal", "UclCommander" }; public static readonly List Opstats = new List() { "ban", "tempban", "xban", "banip", "kick", "warn", "mute", "freeze", "setrank" }; public static Level mainLevel; diff --git a/Uploads/devs.txt b/Uploads/devs.txt deleted file mode 100644 index 500913532..000000000 --- a/Uploads/devs.txt +++ /dev/null @@ -1,3 +0,0 @@ -devs:Hetal+ -devs:venom983+ -devs:UclCommander+ \ No newline at end of file