diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 8dd6624a..4408a16e 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -63,7 +63,8 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max || StrEqual(game, "left4dead2", false) || StrEqual(game, "garrysmod", false) || StrEqual(game, "swarm", false) - || StrEqual(game, "dota", false)) + || StrEqual(game, "dota", false) + || GetEngineVersion() == Engine_Insurgency) { strcopy(error, err_max, "Nextmap is incompatible with this game"); return APLRes_SilentFailure;