diff --git a/Templates/BaseGame/game/core/utility/scripts/module.cs b/Templates/BaseGame/game/core/utility/scripts/module.cs index 54cd33b2e..713267525 100644 --- a/Templates/BaseGame/game/core/utility/scripts/module.cs +++ b/Templates/BaseGame/game/core/utility/scripts/module.cs @@ -205,7 +205,7 @@ function SimSet::queueExec(%scopeSet, %execFilePath, %isExclusive) if ($traceModuleCalls) warn("module root path="@ makeRelativePath(%moduleDef.ModulePath)); - %fullPath = makeRelativePath(%moduleDef.ModulePath) @ %execFilePath; + %fullPath = pathConcat(%moduleDef.ModulePath, %execFilePath); ///go through all entries %locked = false; %execFilecount = ExecFilesList.count();