This commit is contained in:
Zoë Hoekstra
2022-09-01 16:27:31 +02:00
parent ec81fb60c3
commit 55df97d3d5
2 changed files with 2 additions and 2 deletions

View File

@ -613,7 +613,7 @@ function getRunningScriptByArgs(
throw helpers.makeRuntimeRejectMsg( throw helpers.makeRuntimeRejectMsg(
ctx.workerScript, ctx.workerScript,
`Invalid scriptArgs argument passed into getRunningScript() from ${ctx.function}(). ` + `Invalid scriptArgs argument passed into getRunningScript() from ${ctx.function}(). ` +
`This is probably a bug. Please report to game developer`, `This is probably a bug. Please report to game developer`,
); );
} }