Ignore version on debug

This commit is contained in:
momo5502 2016-03-06 01:50:34 +01:00
parent f6d5c78f1a
commit f3766d611f

View File

@ -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(); auto lList = ServerList::GetList();