Fix compile error
This commit is contained in:
parent
d6df300341
commit
ca42db7353
|
@ -221,7 +221,7 @@ runRMXPScripts(mrb_state *mrb, mrbc_context *ctx)
|
||||||
|
|
||||||
if (!gState->fileSystem().exists(scriptPack.constData()))
|
if (!gState->fileSystem().exists(scriptPack.constData()))
|
||||||
{
|
{
|
||||||
showError("Unable to open '" + scriptLoc + "'");
|
showError("Unable to open '" + scriptPack + "'");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue