Skip to content

Commit

Permalink
Update _classic_mp_dropship_intro.gnut
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Jul 8, 2024
1 parent bfadbc4 commit 072dfdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void function SpawnPlayerIntoDropship( entity player, int playerDropshipIndex, e
AddCinematicFlag( player, CE_FLAG_CLASSIC_MP_SPAWNING )
ScreenFadeFromBlack( player, 0.5, 0.5 )
// faction leaders are done clientside, spawn them here
Remote_CallFunction_NonReplay( player, "ServerCallback_SpawnFactionCommanderInDropship", playerDropship.dropship.GetEncodedEHandle(), file.introStartTime )
Remote_CallFunction_NonReplay( player, "ServerCallback_SpawnFactionCommanderInDropship", playerDropship.GetEncodedEHandle(), file.introStartTime )

// do firstperson sequence
FirstPersonSequenceStruct idleSequence
Expand Down

0 comments on commit 072dfdc

Please sign in to comment.