diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 11fa2fed3a5..6c69cdc8b20 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -189,7 +189,12 @@ newoption { { "0", "Disabled" }, { "1", "Enabled" }, } -} +} + +newoption { + trigger = "DONT_USE_NETWORK", + description = "Disable network access", +} local os_version = str_to_version(_OPTIONS["os_version"]) |