Don't load nextmap on Dota 2.
This commit is contained in:
parent
c230cf5aab
commit
1fbed9f7d0
@ -62,7 +62,8 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max)
|
|||||||
|| StrEqual(game, "synergy", false)
|
|| StrEqual(game, "synergy", false)
|
||||||
|| StrEqual(game, "left4dead2", false)
|
|| StrEqual(game, "left4dead2", false)
|
||||||
|| StrEqual(game, "garrysmod", false)
|
|| StrEqual(game, "garrysmod", false)
|
||||||
|| StrEqual(game, "swarm", false))
|
|| StrEqual(game, "swarm", false)
|
||||||
|
|| StrEqual(game, "dota", false))
|
||||||
{
|
{
|
||||||
strcopy(error, err_max, "Nextmap is incompatible with this game");
|
strcopy(error, err_max, "Nextmap is incompatible with this game");
|
||||||
return APLRes_SilentFailure;
|
return APLRes_SilentFailure;
|
||||||
|
Loading…
Reference in New Issue
Block a user