From c56b288d85f7532aac0997d1b218a69add258ed3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 13 Sep 2020 00:17:46 -0400 Subject: [PATCH] Fix a bug in player settings causing Timed OHKO to initially display as [Object Object] --- WebHostLib/static/static/playerSettings.json | 2 +- host.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WebHostLib/static/static/playerSettings.json b/WebHostLib/static/static/playerSettings.json index fe7e2d43..7b353034 100644 --- a/WebHostLib/static/static/playerSettings.json +++ b/WebHostLib/static/static/playerSettings.json @@ -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 diff --git a/host.yaml b/host.yaml index 6dcfd101..286697ad 100644 --- a/host.yaml +++ b/host.yaml @@ -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 \ No newline at end of file + race: 0