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

Upload loader for Black Mesa engine changes.

This commit is contained in:
Nicholas Hastings 2015-12-22 06:51:14 -08:00
parent bb3fe41b08
commit e12bd47c32

View File

@ -280,7 +280,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
} }
else if (engineFactory("VEngineServer023", NULL) != NULL) else if (engineFactory("VEngineServer023", NULL) != NULL)
{ {
if (engineFactory("EngineTraceServer004", NULL) == NULL) if (engineFactory("EngineTraceServer004", NULL) == NULL || serverFactory("ServerGameDLL010", NULL) != NULL)
{ {
goto TF2branch; goto TF2branch;
} }