summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commandhandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index 2475457a..f142af36 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -109,10 +109,6 @@ void CommandHandler::handleCommand(const std::string &command)
}
Net::GameServer::Player::sendLetter(recipient, text);
}
- else if (type == "check")
- {
- Net::GameServer::Player::getLetters();
- }
else
{
chatWindow->chatLog("Unknown command");