Ignore version on debug
This commit is contained in:
parent
f6d5c78f1a
commit
f3766d611f
@ -431,7 +431,12 @@ namespace Components
|
||||
}
|
||||
}
|
||||
|
||||
if (info.Get("gamename") == "IW4" && server.MatchType && server.Shortversion == VERSION_STR)
|
||||
if (info.Get("gamename") == "IW4"
|
||||
&& server.MatchType
|
||||
#ifndef DEBUG
|
||||
&& server.Shortversion == VERSION_STR
|
||||
#endif
|
||||
)
|
||||
{
|
||||
auto lList = ServerList::GetList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user