aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
diff options
context:
space:
mode:
authorZanieon <william-millennium@hotmail.com>2024-07-07 00:06:51 +0200
committerZanieon <william-millennium@hotmail.com>2024-07-07 00:06:51 +0200
commit2849218b47666c5611e3de591fc5f77a77a807eb (patch)
treeb2c7b8145e7ded6ad5c5f221ab79be234de936ba /Northstar.CustomServers
parent852f3bcb04f7dfbf8f41676d47c01d4d6fbf084e (diff)
downloadNorthstarMods-2849218b47666c5611e3de591fc5f77a77a807eb.tar.gz
NorthstarMods-2849218b47666c5611e3de591fc5f77a77a807eb.zip
Fix formatting in dropship intro
taken from #809
Diffstat (limited to 'Northstar.CustomServers')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut4
1 files changed, 2 insertions, 2 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 7b6c7e9f8..8b75a982a 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
@@ -187,7 +187,7 @@ void function SpawnPlayerIntoDropship( entity player, int playerDropshipIndex, e
}
})
- HolsterAndDisableWeapons(player)
+ HolsterAndDisableWeapons( player )
player.DisableWeaponViewModel()
// hide hud and fade screen out from black
@@ -234,7 +234,7 @@ void function PlayerJumpsFromDropship( entity player )
// show weapon viewmodel and hud and let them move again
player.MovementEnable()
player.EnableWeaponViewModel()
- DeployAndEnableWeapons(player)
+ DeployAndEnableWeapons( player )
RemoveCinematicFlag( player, CE_FLAG_CLASSIC_MP_SPAWNING )
}
})