HydrogenC opened this issue 5 years ago ยท 2 comments
Techguns 2.0.2.0_pre3.1 FTBU 5.4.0.99 On a server, a turret is unable to identity its owner, like this:
The system works properly, just the name can't be displayed correctly.
It's a client side problem, the game saves the players UID and knows it, the client just can't access the player name cache of the server.
The client also knows the UID, but can't display the name that belongs to that player.
I need to implement some kind of syncing here.