diff --git a/MCGalaxy/Commands/Chat/CmdMe.cs b/MCGalaxy/Commands/Chat/CmdMe.cs index c510f74ad..b0940b16a 100644 --- a/MCGalaxy/Commands/Chat/CmdMe.cs +++ b/MCGalaxy/Commands/Chat/CmdMe.cs @@ -22,6 +22,7 @@ namespace MCGalaxy.Commands.Chatting { public sealed class CmdMe : MessageCmd { public override string name { get { return "Me"; } } public override string type { get { return CommandTypes.Chat; } } + public override bool MessageBlockRestricted { get { return true; } } public override bool SuperUseable { get { return false; } } public override bool UseableWhenFrozen { get { return true; } } diff --git a/MCGalaxy/Commands/other/CmdHackRank.cs b/MCGalaxy/Commands/other/CmdHackRank.cs index c51af2c7a..c9c8dc37b 100644 --- a/MCGalaxy/Commands/other/CmdHackRank.cs +++ b/MCGalaxy/Commands/other/CmdHackRank.cs @@ -26,6 +26,7 @@ namespace MCGalaxy.Commands.Misc { public sealed class CmdHackRank : Command2 { public override string name { get { return "HackRank"; } } public override string type { get { return CommandTypes.Other; } } + public override bool MessageBlockRestricted { get { return true; } } public override bool SuperUseable { get { return false; } } public override void Use(Player p, string message, CommandData data) {