mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix command Health command name not changed
This commit is contained in:
parent
80ae600b39
commit
70e5ae85d7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue