public function joinFaction(Faction $faction)
 {
     $faction->addPlayer($this->getPlayer(), "Member");
     $this->updateFaction();
     $this->updateTag();
 }