Skip to content

Commit

Permalink
Fix Respawn Sound Playing Multiple Times
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Oct 8, 2021
1 parent fabbaec commit aa374f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/bbCHSpectator.uc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ replication
reliable if (ROLE < ROLE_Authority)
ShowStats; //, xxServerActivateMover;

reliable if (RemoteRole == ROLE_AutonomousProxy)
IGPlus_NotifyPlayerRestart;

unreliable if (RemoteRole == ROLE_AutonomousProxy)
NewCAP;

Expand Down

0 comments on commit aa374f6

Please sign in to comment.