[quote=“Demonrras, post:2329, topic:30020”]
When I only use join (logs after first red line) and destroy session nodes (after second red line)…my dedicated server make some strange msg like image below. When a player close the game…the server keep saying the msgs in yellow in console…Any tip to upgrade this???
I already replied to you on this, but go find where you are calling GetPlayerName at and don’t call it with dead (invalid) player controller references. I don’t know how you have your stuff setup but you must be storing player references and not removing them when the player leaves the server.
For that matter, I don’t know why this would be on tick in the first place.