Fixes missing parentheses that is causing the script to not compile

This commit is contained in:
JeffR 2025-06-16 18:23:12 -05:00
parent 0aaddcddb4
commit a3620c6e51

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