}
}
private EntityData.PlayerStore createPlayerStore(Client client, EntityRef character, boolean deactivate) {
String playerId = client.getId();
PlayerStore playerStore = new PlayerStoreInternal(playerId, this, entityManager);
if (character.exists()) {
playerStore.setCharacter(character);
}
boolean hasCharacter = character.exists();
LocationComponent location = character.getComponent(LocationComponent.class);
Vector3f relevanceLocation;