Fix a bug in player settings causing Timed OHKO to initially display as [Object Object]
This commit is contained in:
parent
0d1915dbbe
commit
c56b288d85
|
@ -1018,7 +1018,7 @@
|
|||
"defaultValue": 0
|
||||
},
|
||||
"timed_ohko": {
|
||||
"keyString": "timer.times_ohko",
|
||||
"keyString": "timer.timed_ohko",
|
||||
"friendlyName": "Timed OHKO",
|
||||
"description": "Starts the clock at ten minutes. Green clocks add five minutes (total 25). As long as the clock as at zero, Link will die in one hit.",
|
||||
"defaultValue": 0
|
||||
|
|
|
@ -13,8 +13,8 @@ general_options:
|
|||
# Null means nothing, for the server this means to default the value
|
||||
# These overwrite command line arguments!
|
||||
server_options:
|
||||
host: null
|
||||
port: 38281
|
||||
host: berserkermulti.world
|
||||
port: null
|
||||
password: null
|
||||
multidata: null
|
||||
savefile: null
|
||||
|
@ -28,7 +28,7 @@ server_options:
|
|||
# Points given to a player for each acquired item in their world
|
||||
location_check_points: 1
|
||||
# Point cost to receive a hint via !hint for players
|
||||
hint_cost: 1000 # Set to 0 if you want free hints
|
||||
hint_cost: 40 # Set to 0 if you want free hints
|
||||
# Forfeit modes
|
||||
# "disabled" -> clients can't forfeit,
|
||||
# "enabled" -> clients can always forfeit
|
||||
|
@ -93,4 +93,4 @@ multi_mystery_options:
|
|||
# 3 -> bz2
|
||||
zip_format: 1
|
||||
# Create roms flagged as race roms
|
||||
race: 0
|
||||
race: 0
|
||||
|
|
Loading…
Reference in New Issue