mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add submodule MinecraftProtocolLibrary
This commit is contained in:
parent
87026e1bfb
commit
3f1de66af3
62 changed files with 1093 additions and 450 deletions
|
|
@ -41,7 +41,7 @@ namespace MinecraftClient.Commands
|
|||
private int DoExecuteScript(CmdResult r, string command, Dictionary<string, object>? localVars)
|
||||
{
|
||||
McClient handler = CmdResult.currentHandler!;
|
||||
handler.BotLoad(new ChatBots.Script(command.Trim(), null, localVars));
|
||||
handler.BotLoad(new ChatBots.Script(command.Trim(), null, localVars)).Wait();
|
||||
return r.SetAndReturn(CmdResult.Status.Done);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue