public void setupPartyData() {
    party = PartyManager.getPlayerParty(player.getName(), player.getUniqueId());
    ptpRecord = new PartyTeleportRecord();

    if (inParty()) {
      loginParty();
    }
  }