From 8a7360581bbc4cedab58ca1a7cf6973716c625e8 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sun, 2 Jan 2022 22:47:37 +0000 Subject: fix potential crash in ttdm intro --- .../mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut | 1 + 1 file changed, 1 insertion(+) (limited to 'Northstar.CustomServers/mod/scripts/vscripts') diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut index c72fcb0dc..417d0fbfd 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut @@ -53,6 +53,7 @@ void function TTDMIntroShowIntermissionCam( entity player ) void function PlayerWatchesTTDMIntroIntermissionCam( entity player ) { + player.EndSignal( "OnDestroy" ) ScreenFadeFromBlack( player ) entity intermissionCam = GetEntArrayByClass_Expensive( "info_intermission" )[ 0 ] -- cgit v1.2.3