1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

Fix game detection on Nuclear Dawn (bug 6327).

This commit is contained in:
Nicholas Hastings 2015-03-21 08:43:18 -04:00
parent f8573896d2
commit e6ef9ad31f

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;
}