diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 8e0f5941..36125e60 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -482,7 +482,6 @@ void ChatWindow::whisper(const std::string &nick, else { tab->chatLog(nick, mes); - player_node->afkRespond(tab, nick); } } else |