aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut7
1 files changed, 0 insertions, 7 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut b/Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut
deleted file mode 100644
index 9689302c1..000000000
--- a/Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut
+++ /dev/null
@@ -1,7 +0,0 @@
-global function CustomOOBTimer_Init
-
-void function CustomOOBTimer_Init()
-{
- AddPrivateMatchModeSettingEnum( "#MODE_SETTING_CATEGORY_MATCH", "oob_timer_enabled", [ "Disabled", "Enabled" ], "1" )
- level.disableOutOfBounds <- GetCurrentPlaylistVarInt( "oob_timer_enabled", 1 ) == 0
-} \ No newline at end of file