summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 20:25:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 20:25:03 +0300
commit64a067458ea169b9ff5b9a78ed1a011da86e8bdf (patch)
tree0bae841148a69a2bd160b914d3d17ed0b4ac3421 /src/net/tmwa/adminhandler.cpp
parent704b5b31fea63483c81f0744d88e46a856573424 (diff)
downloadplus-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/tmwa/adminhandler.cpp')
-rw-r--r--src/net/tmwa/adminhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp
index 1b2d2919a..5b3645786 100644
--- a/src/net/tmwa/adminhandler.cpp
+++ b/src/net/tmwa/adminhandler.cpp
@@ -215,4 +215,8 @@ void AdminHandler::killer(const std::string &name A_UNUSED) const
{
}
+void AdminHandler::killable(const std::string &name A_UNUSED) const
+{
+}
+
} // namespace TmwAthena