From 2cefbbdce67c51e0728f46ef9086a565c0d187cc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Jan 2012 18:44:23 +0300 Subject: Fix players online status in chat in evol server. --- src/gui/whoisonline.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/whoisonline.cpp b/src/gui/whoisonline.cpp index 6004f706e..65bd1fcb5 100644 --- a/src/gui/whoisonline.cpp +++ b/src/gui/whoisonline.cpp @@ -288,6 +288,8 @@ void WhoIsOnline::loadList(std::vector &list) } updateWindow(friends, neutral, disregard, enemy, numOnline); + if (!mOnlinePlayers.empty() && chatWindow) + chatWindow->updateOnline(mOnlinePlayers); } void WhoIsOnline::loadWebList() -- cgit v1.2.3-60-g2f50