mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
Fix loading on Source SDK 2013 mods.
This commit is contained in:
parent
4403e81407
commit
07f01407f9
@ -387,8 +387,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
|
|||||||
{
|
{
|
||||||
return MMBackend_DODS;
|
return MMBackend_DODS;
|
||||||
}
|
}
|
||||||
else if (strcmp(game_name, "hl2mp") == 0
|
else if (strcmp(game_name, "hl2mp") == 0)
|
||||||
|| (addr = mm_FindPattern(lib, "Half-Life 2 Deathmatch", sizeof("Half-Life 2 Deathmatch") - 1)))
|
|
||||||
{
|
{
|
||||||
return MMBackend_HL2DM;
|
return MMBackend_HL2DM;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user