diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 15422c81..0e9e118d 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -62,7 +62,8 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max) || StrEqual(game, "synergy", false) || StrEqual(game, "left4dead2", false) || StrEqual(game, "garrysmod", false) - || StrEqual(game, "swarm", false)) + || StrEqual(game, "swarm", false) + || StrEqual(game, "dota", false)) { strcopy(error, err_max, "Nextmap is incompatible with this game"); return APLRes_SilentFailure;