From 00509dd2dc2d0eed4b1ccc0788ab5b721deb7228 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 May 2017 00:29:14 +0300 Subject: Remove ServerFeatures haveOnlineList, because it depend only on server type. --- src/gui/windows/whoisonline.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gui/windows/whoisonline.cpp') diff --git a/src/gui/windows/whoisonline.cpp b/src/gui/windows/whoisonline.cpp index 140815c02..119b31664 100644 --- a/src/gui/windows/whoisonline.cpp +++ b/src/gui/windows/whoisonline.cpp @@ -58,6 +58,8 @@ #include "utils/gettext.h" #include "utils/sdlhelper.h" +#include "net/net.h" + #ifndef TMWA_SUPPORT #include #endif // TMWA_SUPPORT @@ -118,7 +120,9 @@ WhoIsOnline::WhoIsOnline() : mUpdateOnlineList(config.getBoolValue("updateOnlineList")), mGroupFriends(true), mServerSideList(serverFeatures->haveServerOnlineList()), - mWebList(serverFeatures->haveOnlineList()) +#ifdef TMWA_SUPPORT + mWebList(Net::getNetworkType() == ServerType::TMWATHENA) +#endif { mCurlError[0] = 0; setWindowName("WhoIsOnline"); -- cgit v1.2.3-60-g2f50