1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-21 14:54:14 +01:00

Merge pull request #9 from alliedmodders/nd-detect

Fix game detection on Nuclear Dawn.
This commit is contained in:
Nicholas Hastings 2015-03-21 09:21:06 -04:00
commit 77a2a273b6

View File

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