mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Improve Nuclear Dawn game detection.
Manually cherry-picked from 10e3815f73 on master.
This commit is contained in:
parent
1cad4b34cf
commit
8a215ed1ed
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user