Work on server data and registries.

This commit is contained in:
Sebastian Hartte
2020-06-05 19:03:29 +02:00
parent 476c310de6
commit c411a800f6
24 changed files with 329 additions and 777 deletions
@@ -166,7 +166,7 @@ public class AENetworkProxy implements IGridBlock
else if( this.node != null && this.owner != null )
{
final GameProfile profile = this.owner.getGameProfile();
final int playerID = WorldData.instance().playerData().getPlayerID( profile );
final int playerID = WorldData.instance().playerData().getMePlayerId( profile );
this.node.setPlayerID( playerID );
this.owner = null;