[ServerList] Disable version filtering for now
This commit is contained in:
parent
73c24c0e05
commit
b4cff03ce7
@ -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
|
||||||
)
|
)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user