Fix script not showing execution results.

This commit is contained in:
BruceChen 2023-01-15 19:59:57 +08:00
parent 8db0467f69
commit 338f534239
5 changed files with 88 additions and 7 deletions

View file

@ -110,5 +110,10 @@ namespace MinecraftClient.CommandHandler
{
return new HotbarSlotArgumentType();
}
public static ScriptNameArgumentType ScriptName()
{
return new ScriptNameArgumentType();
}
}
}