This commit is contained in:
BruceChen 2023-01-02 18:52:49 +08:00
parent 7ee08092d4
commit 9c8afb7d3c
4 changed files with 5 additions and 9 deletions

View file

@ -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>