remove no longer used port_forward option

This commit is contained in:
Fabian Dill 2020-11-30 16:33:54 +01:00
parent 8c94351d53
commit b5e80d1f87
2 changed files with 0 additions and 3 deletions

View File

@ -187,7 +187,6 @@ def get_default_options() -> dict:
serveroptions["disable_save"] = False serveroptions["disable_save"] = False
serveroptions["loglevel"] = "info" serveroptions["loglevel"] = "info"
serveroptions["server_password"] = None serveroptions["server_password"] = None
serveroptions["port_forward"] = False
serveroptions["disable_item_cheat"] = False serveroptions["disable_item_cheat"] = False
serveroptions["location_check_points"] = 1 serveroptions["location_check_points"] = 1
serveroptions["hint_cost"] = 1000 serveroptions["hint_cost"] = 1000

View File

@ -22,8 +22,6 @@ server_options:
loglevel: "info" loglevel: "info"
# Allows for clients to log on and manage the server. If this is null, no remote administration is possible. # Allows for clients to log on and manage the server. If this is null, no remote administration is possible.
server_password: null 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 # Disallow !getitem. Old /getitem cannot be blocked this way
disable_item_cheat: false disable_item_cheat: false
# Client hint system # Client hint system