public void TogglePartyFightRestriction(bool toggle) { RestrictFightToParty = toggle; PartyHandler.SendPartyRestrictedMessage(Clients, this); }