summaryrefslogtreecommitdiff
path: root/src/net/tmwa/partyhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/partyhandler.h')
-rw-r--r--src/net/tmwa/partyhandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/partyhandler.h b/src/net/tmwa/partyhandler.h
index 112a36d54..a6fdfdddf 100644
--- a/src/net/tmwa/partyhandler.h
+++ b/src/net/tmwa/partyhandler.h
@@ -66,13 +66,13 @@ class PartyHandler final : public MessageHandler, public Ea::PartyHandler
void allowInvite(const bool allow) const override final;
protected:
- void processPartySettings(Net::MessageIn &msg);
+ static void processPartySettings(Net::MessageIn &msg);
- void processPartyInfo(Net::MessageIn &msg) const;
+ static void processPartyInfo(Net::MessageIn &msg);
- void processPartyMessage(Net::MessageIn &msg) const;
+ static void processPartyMessage(Net::MessageIn &msg);
- void processPartyInviteResponse(Net::MessageIn &msg) const;
+ static void processPartyInviteResponse(Net::MessageIn &msg);
};
} // namespace TmwAthena