Skip to content

Commit c24808b

Browse files
Update ErrorAction.cs
1 parent 3b6e9d5 commit c24808b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScriptedEvents/Actions/Server/ErrorAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class ErrorAction : IScriptAction, IHelpInfo
4040
/// <inheritdoc/>
4141
public ActionResponse Execute(Script script)
4242
{
43-
Logger.ScriptError($"[{Arguments.JoinMessage(0)}", script);
43+
Logger.ScriptError(Arguments.JoinMessage(0), script);
4444

4545
return new(true);
4646
}

0 commit comments

Comments
 (0)