From 909598920ba28722f3612266b42416fc798a605c Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 6 May 2015 22:01:57 -0400 Subject: [PATCH] Disable nextmap on Black Mesa for now. (Doesn't ship with mapcycle.txt). --- plugins/nextmap.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 4408a16e..accd8339 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, "dota", false) + || StrEqual(game, "bms", false) || GetEngineVersion() == Engine_Insurgency) { strcopy(error, err_max, "Nextmap is incompatible with this game");