mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix "log" in scripts displaying the comment twice
Bug report by TorchRJ_
This commit is contained in:
parent
5fd32828c7
commit
dea2862018
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ namespace MinecraftClient.ChatBots
|
|||
{
|
||||
sleepticks = 0; Update(); //Unknown command : process next line immediately
|
||||
}
|
||||
else LogToConsole(instruction_line);
|
||||
else if (instruction_name.ToLower() != "log") { LogToConsole(instruction_line); }
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue