From edb989a04f7dcab06fe48f8303a2ac5d286dda91 Mon Sep 17 00:00:00 2001 From: ORelio Date: Wed, 27 Aug 2014 17:24:02 +0200 Subject: [PATCH] More explicit repawn command description Issue reported by TorchRJ_ --- MinecraftClient/Commands/Respawn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/Commands/Respawn.cs b/MinecraftClient/Commands/Respawn.cs index ce894e52..cfee205f 100644 --- a/MinecraftClient/Commands/Respawn.cs +++ b/MinecraftClient/Commands/Respawn.cs @@ -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) {