Merge pull request #1504 from Areloch/FixMissingParenth

Fixes missing parentheses that is causing the script to not compile
This commit is contained in:
Brian Roberts 2025-06-16 18:57:46 -05:00 committed by GitHub
commit 46bcd183f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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