summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 18:37:52 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 18:37:52 +0300
commit86c02e2712e2177ae6a41bbfa66e6284d6ff9b15 (patch)
treeee2bfa8e5d4d37c64516b822650000c5f3c1be9f /src/net/eathena/adminhandler.h
parent03eb816ad582e712f05696e65a3d443fcf181222 (diff)
downloadplus-86c02e2712e2177ae6a41bbfa66e6284d6ff9b15.tar.gz
plus-86c02e2712e2177ae6a41bbfa66e6284d6ff9b15.tar.bz2
plus-86c02e2712e2177ae6a41bbfa66e6284d6ff9b15.tar.xz
plus-86c02e2712e2177ae6a41bbfa66e6284d6ff9b15.zip
Add chat command /loadposition. Also add it to player context menu.
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index d0212a027..e5b5e511a 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -110,6 +110,8 @@ class AdminHandler final : public Ea::AdminHandler
void savePosition(const std::string &name) const override final;
+ void loadPosition(const std::string &name) const override final;
+
protected:
static std::string mStatsName;
};