mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-26 12:55:21 +00:00
Removed unused zones from the autoexec.cfg
This commit is contained in:
@@ -11,15 +11,8 @@
|
|||||||
if not net then net = {} end
|
if not net then net = {} end
|
||||||
|
|
||||||
net.allow_unsafe_api = { -- this defines the secure zones where net.dostring_in() can be called from
|
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()
|
net.allow_dostring_in = { -- and this defines the zones that should be addressed from net.dostring_in()
|
||||||
"mission",
|
"mission"
|
||||||
"scripting",
|
|
||||||
"gui",
|
|
||||||
"export",
|
|
||||||
"config",
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user