mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-10-02 10:01:34 -04:00
Allow using /eat and /me from console
This commit is contained in:
parent
27eed10f21
commit
4a2dc63947
@ -22,7 +22,6 @@ using MCGalaxy.Util;
|
||||
namespace MCGalaxy.Commands.Chatting {
|
||||
public sealed class CmdEat : MessageCmd {
|
||||
public override string name { get { return "Eat"; } }
|
||||
public override bool SuperUseable { get { return false; } }
|
||||
|
||||
public override void Use(Player p, string message, CommandData data) {
|
||||
if (DateTime.UtcNow < p.NextEat) {
|
||||
|
@ -23,7 +23,6 @@ namespace MCGalaxy.Commands.Chatting {
|
||||
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; } }
|
||||
|
||||
public override void Use(Player p, string message, CommandData data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user