From a3620c6e519c8e7cb86ed06137a98d1972a00a02 Mon Sep 17 00:00:00 2001 From: JeffR Date: Mon, 16 Jun 2025 18:23:12 -0500 Subject: [PATCH] Fixes missing parentheses that is causing the script to not compile --- .../game/tools/worldEditor/scripts/menuHandlers.ed.tscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/worldEditor/scripts/menuHandlers.ed.tscript b/Templates/BaseGame/game/tools/worldEditor/scripts/menuHandlers.ed.tscript index 9c9559d8a..531862641 100644 --- a/Templates/BaseGame/game/tools/worldEditor/scripts/menuHandlers.ed.tscript +++ b/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