summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index 01975d80..addb7367 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -115,7 +115,7 @@ void CommandHandler::handleCommand(const std::string &command, ChatTab *tab)
{
handlePresent(args, tab);
}
- else if (type == "showip" && Net::getNetworkType() == ServerInfo::TMWATHENA)
+ else if (type == "showip" && Net::getNetworkType() == ServerType::TMWATHENA)
{
handleShowIp(args, tab);
}