Skip to content

Commit

Permalink
Set CurrentPlayer on freecam script so we don't attempt to snap to other
Browse files Browse the repository at this point in the history
players on dedicated client raid start if allowSpectateFreeCam is
disabled, to preserve the dedicated cam overhead position
  • Loading branch information
zhliau committed Aug 20, 2024
1 parent 6d3fe75 commit 3d94d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fika.Dedicated/Classes/DedicatedRaidController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void FindNewPlayer()
{
freeCameraController.ToggleCamera();
}
freeCam.SetCurrentPlayer(targetPlayer);
freeCam.AttachDedicated(targetPlayer);
return;
}
Expand Down

0 comments on commit 3d94d05

Please # to comment.