diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/server.lua b/net/server.lua index d96c71c7..12ae5c44 100644 --- a/net/server.lua +++ b/net/server.lua @@ -89,7 +89,7 @@ else end end -if prosody then +if prosody and set_config then local config_get = require "core.configmanager".get; local function load_config() local settings = config_get("*", "network_settings") or {}; |