mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
7ee08092d4
commit
9c8afb7d3c
4 changed files with 5 additions and 9 deletions
|
|
@ -88,6 +88,7 @@ namespace MinecraftClient.Scripting
|
|||
"using System.Net;",
|
||||
"using System.Threading;",
|
||||
"using MinecraftClient;",
|
||||
"using MinecraftClient.Scripting;",
|
||||
"using MinecraftClient.Mapping;",
|
||||
"using MinecraftClient.Inventory;",
|
||||
string.Join("\n", libs),
|
||||
|
|
|
|||
|
|
@ -1672,11 +1672,6 @@ namespace MinecraftClient.Scripting
|
|||
|
||||
}
|
||||
|
||||
public string Run(McClient handler, string command, Dictionary<string, object>? localVars)
|
||||
{
|
||||
return Runner(command, GetArgs(command));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// ChatBotCommand Constructor
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue