Improve Nuclear Dawn game detection.

Manually cherry-picked from 10e3815f73 on master.
This commit is contained in:
Nicholas Hastings 2014-04-20 11:59:39 -04:00 committed by Nicholas Hastings
parent 1cad4b34cf
commit 8a215ed1ed

View File

@ -304,7 +304,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
}
else if (engineFactory("VPrecacheSystem001", NULL) != NULL)
{
if (strcmp(game_name, "nucleardawn") == 0)
if (engineFactory("ServerGameTags002", NULL) != NULL)
{
return MMBackend_NuclearDawn;
}