summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/adminhandler.h')
-rw-r--r--src/net/tmwa/adminhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h
index 9b14e005d..8af855473 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -102,6 +102,9 @@ class AdminHandler final : public Ea::AdminHandler
void showInventoryList(const std::string &name) const override final
A_CONST;
+
+ void locatePlayer(const std::string &name) const override final
+ A_CONST;
};
} // namespace TmwAthena