Improve documentation, fix file encoding (#1026)

This commit is contained in:
ORelio 2020-05-26 11:20:12 +02:00
parent 87b2d3bf4a
commit efb49fd05d
5 changed files with 3037 additions and 3022 deletions

View file

@ -8,7 +8,7 @@ namespace MinecraftClient.Commands
public class Animation : Command
{
public override string CMDName { get { return "animation"; } }
public override string CMDDesc { get { return "animation <<mainhand|offhand>|<0|1>>"; } }
public override string CMDDesc { get { return "animation <mainhand|offhand>"; } }
public override string Run(McTcpClient handler, string command, Dictionary<string, object> localVars)
{