From 523314e0145b5fdceb15252d471c8498d40b215f Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 6 Jun 2020 21:05:13 +1000 Subject: [PATCH] You should be able to use /bots in museum map still --- MCGalaxy/Commands/Bots/CmdBots.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MCGalaxy/Commands/Bots/CmdBots.cs b/MCGalaxy/Commands/Bots/CmdBots.cs index 78523f0e2..84d9f581f 100644 --- a/MCGalaxy/Commands/Bots/CmdBots.cs +++ b/MCGalaxy/Commands/Bots/CmdBots.cs @@ -23,7 +23,6 @@ namespace MCGalaxy.Commands.Bots { public override string name { get { return "Bots"; } } public override string shortcut { get { return "BotList"; } } public override string type { get { return CommandTypes.Other; } } - public override bool museumUsable { get { return false; } } public override LevelPermission defaultRank { get { return LevelPermission.Builder; } } public override void Use(Player p, string message, CommandData data) {