mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-31 18:15:24 +00:00
Removed unneeded var
This commit is contained in:
parent
9a809dfb6b
commit
ef5daae770
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue