Răsfoiți Sursa

Removed unneeded var

Areloch 4 ani în urmă
părinte
comite
ef5daae770

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

@@ -318,7 +318,7 @@ function EditorSaveMission()
             %terrFile = %file;
          }
          
-         if (!isWriteableFileName(%terrFile) && %bypass $= "")
+         if (!isWriteableFileName(%terrFile))
          {
             if (MessageBox("Error", "Terrain file \""@ %terrainObject.terrainFile @ "\" is read-only.  Continue?", "Ok", "Stop") == $MROk)
                continue;