mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
Fix game detection on Nuclear Dawn (bug 6327).
This commit is contained in:
parent
91c93d773b
commit
cb68e32eb8
@ -307,7 +307,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
|
|||||||
}
|
}
|
||||||
else if (engineFactory("VPrecacheSystem001", NULL) != NULL)
|
else if (engineFactory("VPrecacheSystem001", NULL) != NULL)
|
||||||
{
|
{
|
||||||
if (engineFactory("ServerGameTags002", NULL) != NULL)
|
if (gameFactory("ServerGameTags002", NULL) != NULL)
|
||||||
{
|
{
|
||||||
return MMBackend_NuclearDawn;
|
return MMBackend_NuclearDawn;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user