From a2d00665de2620008d1c9c58f35ca53367631ba4 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 12 Aug 2017 08:41:19 +1000 Subject: [PATCH] Oops, /levels shouldn't have /worlds alias --- MCGalaxy/Commands/Information/CmdLevels.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/MCGalaxy/Commands/Information/CmdLevels.cs b/MCGalaxy/Commands/Information/CmdLevels.cs index 6de70baa2..8e4a1f24f 100644 --- a/MCGalaxy/Commands/Information/CmdLevels.cs +++ b/MCGalaxy/Commands/Information/CmdLevels.cs @@ -24,9 +24,6 @@ namespace MCGalaxy.Commands.Info { public override string type { get { return CommandTypes.Information; } } public override bool museumUsable { get { return true; } } public override LevelPermission defaultRank { get { return LevelPermission.Guest; } } - public override CommandAlias[] Aliases { - get { return new[] { new CommandAlias("Worlds") }; } - } public override void Use(Player p, string message) { Level[] loaded = LevelInfo.Loaded.Items;