mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix scripting system to provide more information in errors
Also make log lines for scripting more uniform
This commit is contained in:
parent
0e7423d1d9
commit
78f9c35800
4 changed files with 19 additions and 14 deletions
|
|
@ -158,7 +158,7 @@ namespace MinecraftClient.ChatBots
|
|||
{
|
||||
try
|
||||
{
|
||||
CSharpRunner.Run(this, lines, args, localVars);
|
||||
CSharpRunner.Run(this, lines, args, localVars, scriptName: file!);
|
||||
}
|
||||
catch (CSharpException e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue