[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"
|
||||
&& server.matchType
|
||||
#ifndef DEBUG
|
||||
#if !defined(DEBUG) && !defined(VERSION_FILTER)
|
||||
&& server.shortversion == SHORTVERSION
|
||||
#endif
|
||||
)
|
||||
|
@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
// This enables version filtering
|
||||
//#define VERSION_FILTER
|
||||
|
||||
namespace Components
|
||||
{
|
||||
class ServerList : public Component
|
||||
|
Loading…
Reference in New Issue
Block a user