public void FinishJoin() { if (society.TriggerEndJoin()) { joinButton.SetActive(true); unjoinButton.SetActive(false); } }