Răsfoiți Sursa

Merge pull request #351 from Azaezel/queueQQ

replicate exec signatures for queueExec
Brian Roberts 5 ani în urmă
părinte
comite
142877650d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Templates/BaseGame/game/core/utility/scripts/module.cs

+ 1 - 1
Templates/BaseGame/game/core/utility/scripts/module.cs

@@ -205,7 +205,7 @@ function SimSet::queueExec(%scopeSet, %execFilePath, %isExclusive)
    if ($traceModuleCalls)
    if ($traceModuleCalls)
       warn("module root path="@ makeRelativePath(%moduleDef.ModulePath));
       warn("module root path="@ makeRelativePath(%moduleDef.ModulePath));
   
   
-   %fullPath = makeRelativePath(%moduleDef.ModulePath) @ %execFilePath;
+   %fullPath = pathConcat(%moduleDef.ModulePath, %execFilePath);
    ///go through all entries
    ///go through all entries
    %locked = false;
    %locked = false;
    %execFilecount = ExecFilesList.count();
    %execFilecount = ExecFilesList.count();