mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
Upload loader for Black Mesa engine changes.
This commit is contained in:
parent
019a388aa5
commit
39db7b0dbd
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user