From e357040865bdf4f75470f8836124e9b254c9a7ea Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Sun, 14 Sep 2025 15:28:32 +0200 Subject: [PATCH] Removed unused zones from the autoexec.cfg --- DCS config files/autoexec.cfg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/DCS config files/autoexec.cfg b/DCS config files/autoexec.cfg index 39a0c0a..4ea9f8a 100644 --- a/DCS config files/autoexec.cfg +++ b/DCS config files/autoexec.cfg @@ -11,15 +11,8 @@ if not net then net = {} end net.allow_unsafe_api = { -- this defines the secure zones where net.dostring_in() can be called from - "userhooks", - "scripting", - "gui", } net.allow_dostring_in = { -- and this defines the zones that should be addressed from net.dostring_in() - "mission", - "scripting", - "gui", - "export", - "config", + "mission" }