Skip to content

Commit

Permalink
Fix formatting in dropship intro
Browse files Browse the repository at this point in the history
taken from #809
  • Loading branch information
Zanieon committed Jul 6, 2024
1 parent 852f3bc commit 2849218
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 )
}
})
Expand Down

0 comments on commit 2849218

Please sign in to comment.