mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix script not showing execution results.
This commit is contained in:
parent
8db0467f69
commit
338f534239
5 changed files with 88 additions and 7 deletions
|
|
@ -110,5 +110,10 @@ namespace MinecraftClient.CommandHandler
|
|||
{
|
||||
return new HotbarSlotArgumentType();
|
||||
}
|
||||
|
||||
public static ScriptNameArgumentType ScriptName()
|
||||
{
|
||||
return new ScriptNameArgumentType();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue