Fixed nextmap errors on Garry's Mod (bug 4268, r=dvander).

This commit is contained in:
Nicholas Hastings 2010-02-08 20:06:48 -08:00
parent c78e89c3c1
commit 7633c8e76e

View File

@ -60,7 +60,8 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max)
if (StrEqual(game, "left4dead", false)
|| StrEqual(game, "dystopia", false)
|| StrEqual(game, "synergy", false)
|| StrEqual(game, "left4dead2", false))
|| StrEqual(game, "left4dead2", false)
|| StrEqual(game, "garrysmod", false))
{
strcopy(error, err_max, "Nextmap is incompatible with this game");
return APLRes_SilentFailure;