diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 20:25:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 20:25:03 +0300 |
commit | 64a067458ea169b9ff5b9a78ed1a011da86e8bdf (patch) | |
tree | 0bae841148a69a2bd160b914d3d17ed0b4ac3421 /src/net/adminhandler.h | |
parent | 704b5b31fea63483c81f0744d88e46a856573424 (diff) | |
download | plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.gz plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.bz2 plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.xz plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.zip |
Add chat command /killable. Also add it to player context menu.
Diffstat (limited to 'src/net/adminhandler.h')
-rw-r--r-- | src/net/adminhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/adminhandler.h b/src/net/adminhandler.h index ae8a55e73..6814f36ea 100644 --- a/src/net/adminhandler.h +++ b/src/net/adminhandler.h @@ -144,6 +144,8 @@ class AdminHandler notfinal virtual void gotoNpc(const std::string &name) const = 0; virtual void killer(const std::string &name) const = 0; + + virtual void killable(const std::string &name) const = 0; }; } // namespace Net |