From dade102a0d4d14ba5ee560022b8e2f1ddf960977 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:31:33 +0000 Subject: near-release fixes --- Northstar.Custom/mod/scripts/vscripts/sh_custom_oob_timer.gnut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Northstar.Custom/mod/scripts/vscripts/sh_custom_oob_timer.gnut') diff --git a/Northstar.Custom/mod/scripts/vscripts/sh_custom_oob_timer.gnut b/Northstar.Custom/mod/scripts/vscripts/sh_custom_oob_timer.gnut index 9689302c1..ca6ec5ec5 100644 --- a/Northstar.Custom/mod/scripts/vscripts/sh_custom_oob_timer.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/sh_custom_oob_timer.gnut @@ -2,6 +2,6 @@ global function CustomOOBTimer_Init void function CustomOOBTimer_Init() { - AddPrivateMatchModeSettingEnum( "#MODE_SETTING_CATEGORY_MATCH", "oob_timer_enabled", [ "Disabled", "Enabled" ], "1" ) + AddPrivateMatchModeSettingEnum( "#MODE_SETTING_CATEGORY_MATCH", "oob_timer_enabled", [ "#SETTING_DISABLED", "#SETTING_ENABLED" ], "1" ) level.disableOutOfBounds <- GetCurrentPlaylistVarInt( "oob_timer_enabled", 1 ) == 0 } \ No newline at end of file -- cgit v1.2.3