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
This commit is contained in:
UnknownShadow200 2021-11-19 08:36:16 +11:00
parent c92a1f0a65
commit 9f12f21b87
2 changed files with 1 additions and 4 deletions

View File

@ -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<string> Devs = new List<string>() { "Hetal", "venom983", "UclCommander" };
public static readonly List<string> Devs = new List<string>() { "Hetal", "UclCommander" };
public static readonly List<string> Opstats = new List<string>() { "ban", "tempban", "xban", "banip", "kick", "warn", "mute", "freeze", "setrank" };
public static Level mainLevel;

View File

@ -1,3 +0,0 @@
devs:Hetal+
devs:venom983+
devs:UclCommander+