Disabled nextmap plugin on Alien Swarm (bug 4571, r+a13=fyren).

This commit is contained in:
Scott Ehlert 2010-08-16 15:49:47 -05:00
parent f356cb78f9
commit fe435ca0ab

View File

@ -61,7 +61,8 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max)
|| StrEqual(game, "dystopia", false) || StrEqual(game, "dystopia", false)
|| 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))
{ {
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;