mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add some features of command logging
This commit is contained in:
parent
16959d6e65
commit
ff92aeab85
2 changed files with 19 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ namespace MinecraftClient.Commands
|
|||
|
||||
public override string Run(McTcpClient handler, string command, Dictionary<string, object> localVars)
|
||||
{
|
||||
Console.WriteLine(command);
|
||||
if (sneaking)
|
||||
{
|
||||
var result = handler.sendEntityAction(Protocol.ActionType.StopSneaking);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue