Techguns

Techguns

9M Downloads

Turret can't identify its owner on server

HydrogenC opened this issue ยท 2 comments

commented

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:
2019-06-29_20 01 33

commented

The system works properly, just the name can't be displayed correctly.

commented

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.