summaryrefslogtreecommitdiff
path: root/src/net/eathena/partyhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/partyhandler.h')
-rw-r--r--src/net/eathena/partyhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/partyhandler.h b/src/net/eathena/partyhandler.h
index 9459d0328..f71e5a224 100644
--- a/src/net/eathena/partyhandler.h
+++ b/src/net/eathena/partyhandler.h
@@ -65,6 +65,8 @@ class PartyHandler final : public MessageHandler, public Ea::PartyHandler
void processPartySettings(Net::MessageIn &msg);
+ void allowInvite(const bool allow) const override final;
+
protected:
void processPartyInvitationStats(Net::MessageIn &msg);