Fix command Health command name not changed

This commit is contained in:
ReinforceZwei 2020-04-07 22:49:26 +08:00 committed by ORelio
parent 80ae600b39
commit 70e5ae85d7

View file

@ -7,8 +7,8 @@ namespace MinecraftClient.Commands
{ {
class Health : Command class Health : Command
{ {
public override string CMDName { get { return "status"; } } public override string CMDName { get { return "health"; } }
public override string CMDDesc { get { return "status: Display Health and Food saturation."; } } public override string CMDDesc { get { return "health: Display Health and Food saturation."; } }
public override string Run(McTcpClient handler, string command, Dictionary<string, object> localVars) public override string Run(McTcpClient handler, string command, Dictionary<string, object> localVars)
{ {