summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/adminhandler.cpp4
-rw-r--r--src/net/tmwa/adminhandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp
index 7b5f9d9b9..d47d9681f 100644
--- a/src/net/tmwa/adminhandler.cpp
+++ b/src/net/tmwa/adminhandler.cpp
@@ -158,4 +158,8 @@ void AdminHandler::showLevel(const std::string &name A_UNUSED) const
{
}
+void AdminHandler::showStats(const std::string &name A_UNUSED) const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h
index 58ad0fb22..6ef65177f 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -91,6 +91,8 @@ class AdminHandler final : public Ea::AdminHandler
A_CONST;
void showLevel(const std::string &name) const override final A_CONST;
+
+ void showStats(const std::string &name) const override final A_CONST;
};
} // namespace TmwAthena