How to only change the CurrentCamera for one player

Nope, the client already has a player so it doesn’t need a player argument, the reason we pass it in the server is because, well, all players are in the server, but we only want one player, the game can’t magically figure out what player we want by itself so we tell it.