From 0d933a19014ab17036e8fc7a22f5f38b4455b9e8 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 16 Aug 2010 15:13:47 -0500 Subject: [PATCH] Disabled nextmap plugin on Alien Swarm (bug 4571, r=fyren). --- plugins/nextmap.sp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 9217327e..15422c81 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -61,7 +61,8 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max) || StrEqual(game, "dystopia", false) || StrEqual(game, "synergy", 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"); return APLRes_SilentFailure;