Skip to content

Commit

Permalink
Merge pull request #12 from zhliau/fix-init-cam
Browse files Browse the repository at this point in the history
Set CurrentPlayer on freecam script on dedicated client raid start
  • Loading branch information
Lacyway authored Aug 20, 2024
2 parents 78a3ba3 + 3d94d05 commit 49defd8
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 49defd8

Please # to comment.