aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut')
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut8
1 files changed, 0 insertions, 8 deletions
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut b/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
deleted file mode 100644
index d61d6baa6..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
+++ /dev/null
@@ -1,8 +0,0 @@
-global function SetupLiveFireMaps
-
-// live fire maps don't support alot of things like intros and titans, this makes sure those things are disabled
-void function SetupLiveFireMaps()
-{
- Riff_ForceTitanAvailability( eTitanAvailability.Never )
- ClassicMP_SetCustomIntro( ClassicMP_DefaultNoIntro_Setup, ClassicMP_DefaultNoIntro_GetLength() )
-} \ No newline at end of file