From 27b4f9538ab21a9383e1b842b187fac74b8ba28b Mon Sep 17 00:00:00 2001 From: Duko Date: Sat, 20 May 2017 12:12:48 +0200 Subject: [PATCH] Disable nextmap on Alien Swarm: Reactive Drop. Bug: Disconnects players on changelevel https://steamcommunity.com/app/563560/discussions/2/135509124600714346/ --- plugins/nextmap.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 3fb05086b..d32c1649d 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -64,6 +64,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max || StrEqual(game, "garrysmod", false) || StrEqual(game, "swarm", false) || StrEqual(game, "bms", false) + || StrEqual(game, "reactivedrop", false) || GetEngineVersion() == Engine_Insurgency) { strcopy(error, err_max, "Nextmap is incompatible with this game");