void RPCPlayerJoined(NetworkPlayer player, string name) { if (player != Network.player) { ui.AddPlayer(player, name); } }