diff --git a/scripts/luaenginec.lea b/scripts/luaenginec.lea index a9332f8..55bd47c 100644 --- a/scripts/luaenginec.lea +++ b/scripts/luaenginec.lea @@ -117,7 +117,7 @@ function compileScript() local filePath = showFileDialog(SaveFileDialog, "Select output file...", currentFilter, mainWindow) if (filePath ~= nil) then local compileArgs = { getWidgetText(scriptLineEdit) } - if (currentSstub ~= nil) then + if (currentSstub ~= nil) then compileArgs[2] = "--luaengine" compileArgs[3] = sstubDir.."/"..currentSstub compileArgs[4] = filePath