More explicit repawn command description

Issue reported by TorchRJ_
This commit is contained in:
ORelio 2014-08-27 17:24:02 +02:00
parent dea2862018
commit edb989a04f

View file

@ -8,7 +8,7 @@ namespace MinecraftClient.Commands
public class Respawn : Command
{
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)
{