summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/adminhandler.cpp')
-rw-r--r--src/net/tmwa/adminhandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp
index 6fcc1bd6e..8d1276f6e 100644
--- a/src/net/tmwa/adminhandler.cpp
+++ b/src/net/tmwa/adminhandler.cpp
@@ -228,5 +228,8 @@ void AdminHandler::alive(const std::string &name) const
Gm::runCommand("revive", name);
}
+void AdminHandler::disguise(const std::string &name A_UNUSED) const
+{
+}
} // namespace TmwAthena