Преглед на файлове

Merge pull request #1504 from Areloch/FixMissingParenth

 Fixes missing parentheses that is causing the script to not compile
Brian Roberts преди 2 месеца
родител
ревизия
46bcd183f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Templates/BaseGame/game/tools/worldEditor/scripts/menuHandlers.ed.tscript

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/scripts/menuHandlers.ed.tscript

@@ -456,7 +456,7 @@ function EditorAutoSaveMission()
    AssetBackupListArray.empty();
    
    %scenePath = makeFullPath(getRootScene().getFileName());
-   if(startsWith(%scenePath, "tools/levels/")
+   if(startsWith(%scenePath, "tools/levels/"))
       return false;
    
    //Next, we figure out what all we're planning to save