mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Remove old Source1 Dota detection. Not used anymore.
This commit is contained in:
parent
878f7531fb
commit
314e116927
@ -281,11 +281,7 @@ mm_GetGameName(char *buffer, size_t size)
|
||||
MetamodBackend
|
||||
mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serverFactory, const char *game_name)
|
||||
{
|
||||
if (engineFactory("VEngineServer024", NULL) != NULL)
|
||||
{
|
||||
return MMBackend_DOTA;
|
||||
}
|
||||
else if (engineFactory("VEngineServer023", NULL) != NULL)
|
||||
if (engineFactory("VEngineServer023", NULL) != NULL)
|
||||
{
|
||||
if (engineFactory("EngineTraceServer004", NULL) == NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user