mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 22:30:52 -04:00
Me and HackRank shouldn't be MB useable
This commit is contained in:
parent
1ca725b47f
commit
d9d189d969
@ -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; } }
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user