summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 01c35ecf8..3929b44c1 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -939,6 +939,7 @@ DEF_CONSOLE_CMD(ConExec)
}
if (_script_current_depth == 11) {
+ FioFCloseFile(script_file);
IConsoleError("Maximum 'exec' depth reached; script A is calling script B is calling script C ... more than 10 times.");
return true;
}