[ServerList] Disable version filtering for now

This commit is contained in:
momo5502 2017-02-14 20:43:03 +01:00
parent 73c24c0e05
commit b4cff03ce7
2 changed files with 4 additions and 1 deletions

View File

@ -503,7 +503,7 @@ namespace Components
if (info.get("gamename") == "IW4" if (info.get("gamename") == "IW4"
&& server.matchType && server.matchType
#ifndef DEBUG #if !defined(DEBUG) && !defined(VERSION_FILTER)
&& server.shortversion == SHORTVERSION && server.shortversion == SHORTVERSION
#endif #endif
) )

View File

@ -1,5 +1,8 @@
#pragma once #pragma once
// This enables version filtering
//#define VERSION_FILTER
namespace Components namespace Components
{ {
class ServerList : public Component class ServerList : public Component