summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/pethandler.cpp2
-rw-r--r--src/net/tmwa/pethandler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp
index ebbef5240..c5e7f481c 100644
--- a/src/net/tmwa/pethandler.cpp
+++ b/src/net/tmwa/pethandler.cpp
@@ -78,7 +78,7 @@ void PetHandler::catchPet(const Being *const being A_UNUSED) const
{
}
-void PetHandler::requestPetState(const int data A_UNUSED) const
+void PetHandler::sendPetMessage(const int data A_UNUSED) const
{
}
diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h
index ad487c629..31822d3d5 100644
--- a/src/net/tmwa/pethandler.h
+++ b/src/net/tmwa/pethandler.h
@@ -51,7 +51,7 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void catchPet(const Being *const being) const override final;
- void requestPetState(const int data) const override final;
+ void sendPetMessage(const int data) const override final;
void setName(const std::string &name) const override final;