Fix build.

This commit is contained in:
Nicholas Hastings 2015-03-21 14:31:12 -04:00
parent 7ba96a980c
commit d20195439d

View File

@ -307,7 +307,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
} }
else if (engineFactory("VPrecacheSystem001", NULL) != NULL) else if (engineFactory("VPrecacheSystem001", NULL) != NULL)
{ {
if (gameFactory("ServerGameTags002", NULL) != NULL) if (serverFactory("ServerGameTags002", NULL) != NULL)
{ {
return MMBackend_NuclearDawn; return MMBackend_NuclearDawn;
} }