aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-07-07 00:15:39 +0200
committerGitHub <noreply@github.com>2024-07-07 00:15:39 +0200
commit34bd1b1ae6b9b232ce85e2ff3b7192c141a31853 (patch)
treee229b29c6d569845ee52ce9fec998bf7aaddd6c6
parentdc0074d24923ec2e9cc3e4b9129c53730f338dd7 (diff)
downloadNorthstarMods-34bd1b1ae6b9b232ce85e2ff3b7192c141a31853.tar.gz
NorthstarMods-34bd1b1ae6b9b232ce85e2ff3b7192c141a31853.zip
Mitigate muted audio during dropship intro (#811)
Co-authored-by: Zanieon <william-millennium@hotmail.com>
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut1
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut
index 22dc1e675..3d8abd9d6 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut
@@ -189,6 +189,7 @@ void function SpawnPlayerIntoDropship( entity player, int playerDropshipIndex, e
HolsterAndDisableWeapons( player )
player.DisableWeaponViewModel()
+ UnMuteAll( player )
// hide hud and fade screen out from black
AddCinematicFlag( player, CE_FLAG_CLASSIC_MP_SPAWNING )