mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
More explicit repawn command description
Issue reported by TorchRJ_
This commit is contained in:
parent
dea2862018
commit
edb989a04f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace MinecraftClient.Commands
|
||||||
public class Respawn : Command
|
public class Respawn : Command
|
||||||
{
|
{
|
||||||
public override string CMDName { get { return "respawn"; } }
|
public override string CMDName { get { return "respawn"; } }
|
||||||
public override string CMDDesc { get { return "respawn: respawn after death."; } }
|
public override string CMDDesc { get { return "respawn: Use this to respawn if you are dead."; } }
|
||||||
|
|
||||||
public override string Run(McTcpClient handler, string command)
|
public override string Run(McTcpClient handler, string command)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue