set default hint cost to 10

This commit is contained in:
Fabian Dill 2021-06-01 04:28:15 +02:00
parent 4b04f2b918
commit 034f338f45
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ server_options:
location_check_points: 1
# Relative point cost to receive a hint via !hint for players
# so for example hint_cost: 20 would mean that for every 20% of available checks, you get the ability to hint, for a total of 5
hint_cost: 1000 # Set to 0 if you want free hints
hint_cost: 10 # Set to 0 if you want free hints
# Forfeit modes
# "disabled" -> clients can't forfeit,
# "enabled" -> clients can always forfeit