From b5e80d1f873ec9fba1ace94c989277732a5b44f7 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 30 Nov 2020 16:33:54 +0100 Subject: [PATCH] remove no longer used port_forward option --- Utils.py | 1 - host.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Utils.py b/Utils.py index 73ed1cb7..95ad1dde 100644 --- a/Utils.py +++ b/Utils.py @@ -187,7 +187,6 @@ def get_default_options() -> dict: serveroptions["disable_save"] = False serveroptions["loglevel"] = "info" serveroptions["server_password"] = None - serveroptions["port_forward"] = False serveroptions["disable_item_cheat"] = False serveroptions["location_check_points"] = 1 serveroptions["hint_cost"] = 1000 diff --git a/host.yaml b/host.yaml index 33e749d0..4968083c 100644 --- a/host.yaml +++ b/host.yaml @@ -22,8 +22,6 @@ server_options: loglevel: "info" # Allows for clients to log on and manage the server. If this is null, no remote administration is possible. server_password: null - # Automatically forward the port that is used, then close that port after 24 hours - port_forward: false # Disallow !getitem. Old /getitem cannot be blocked this way disable_item_cheat: false # Client hint system