Removed unused zones from the autoexec.cfg

This commit is contained in:
Ambroise Garel
2025-09-14 15:28:32 +02:00
parent 67d71334f9
commit e357040865
+1 -8
View File
@@ -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"
}