remove Farrak's host.yaml options

This commit is contained in:
Fabian Dill 2020-09-15 01:01:27 +02:00
parent 5e3fc5c90e
commit 1fc368da1f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ general_options:
# These overwrite command line arguments! # These overwrite command line arguments!
server_options: server_options:
host: null host: null
port: null port: 38281
password: null password: null
multidata: null multidata: null
savefile: null savefile: null
@ -28,7 +28,7 @@ server_options:
# Points given to a player for each acquired item in their world # Points given to a player for each acquired item in their world
location_check_points: 1 location_check_points: 1
# Point cost to receive a hint via !hint for players # Point cost to receive a hint via !hint for players
hint_cost: 40 # Set to 0 if you want free hints hint_cost: 1000 # Set to 0 if you want free hints
# Forfeit modes # Forfeit modes
# "disabled" -> clients can't forfeit, # "disabled" -> clients can't forfeit,
# "enabled" -> clients can always forfeit # "enabled" -> clients can always forfeit