Disable nextmap on Insurgency.

This commit is contained in:
Nicholas Hastings 2014-12-20 22:55:36 -05:00
parent abb8d8447f
commit 7fddf5abf4

View File

@ -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;