summaryrefslogtreecommitdiff
path: root/src/net/ea/gamehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/gamehandler.cpp')
-rw-r--r--src/net/ea/gamehandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp
index eaed1ec5d..4f1a6d5d6 100644
--- a/src/net/ea/gamehandler.cpp
+++ b/src/net/ea/gamehandler.cpp
@@ -25,6 +25,7 @@
#include "client.h"
#include "game.h"
#include "localplayer.h"
+#include "notifymanager.h"
#include "gui/okdialog.h"
@@ -84,7 +85,7 @@ void GameHandler::processMapLogin(Net::MessageIn &msg)
void GameHandler::processWhoAnswer(Net::MessageIn &msg)
{
- SERVER_NOTICE(strprintf(_("Online users: %d"), msg.readInt32()))
+ NotifyManager::notify(NotifyManager::ONLINE_USERS, msg.readInt32());
}
void GameHandler::processCharSwitchResponse(Net::MessageIn &msg)