aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-27 04:43:43 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-27 04:43:43 +0000
commit449cb6f54c9fbad225dd9c6b1651a738b1dcabce (patch)
tree79ffee7483b0d79d877b6900ddd42fa81d8a3211 /Northstar.CustomServers/mod/scripts/vscripts/gamemodes
parent21cd8a0e32cda8d5b868ebbeb2105af4d31afb86 (diff)
downloadNorthstarMods-449cb6f54c9fbad225dd9c6b1651a738b1dcabce.tar.gz
NorthstarMods-449cb6f54c9fbad225dd9c6b1651a738b1dcabce.zip
fix some crashes and evac playing in ttdm
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/gamemodes')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut1
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
index a7dc00de1..9e5d95bac 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
@@ -11,6 +11,7 @@ void function GamemodeTTDM_Init()
SetLoadoutGracePeriodEnabled( false )
ClassicMP_SetCustomIntro( TTDMIntroSetup, TTDMIntroLength )
+ ClassicMP_ForceDisableEpilogue( true )
AddCallback_OnPlayerKilled( AddTeamScoreForPlayerKilled ) // dont have to track autotitan kills since you cant leave your titan in this mode