1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Remove old Source1 Dota detection. Not used anymore.

This commit is contained in:
Nicholas Hastings 2016-07-22 15:39:14 -04:00
parent 878f7531fb
commit 314e116927

View File

@ -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)
{