Skip to content

Commit

Permalink
Hotfix for Intro Dropship (#816)
Browse files Browse the repository at this point in the history
to fix script error
  • Loading branch information
Zanieon authored Jul 8, 2024
1 parent bfadbc4 commit e76789b
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 e76789b

Please sign in to comment.