Disable nextmap on Black Mesa for now. (Doesn't ship with mapcycle.txt).
This commit is contained in:
parent
dac3d1c988
commit
909598920b
@ -64,6 +64,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
|||||||
|| StrEqual(game, "garrysmod", false)
|
|| StrEqual(game, "garrysmod", false)
|
||||||
|| StrEqual(game, "swarm", false)
|
|| StrEqual(game, "swarm", false)
|
||||||
|| StrEqual(game, "dota", false)
|
|| StrEqual(game, "dota", false)
|
||||||
|
|| StrEqual(game, "bms", false)
|
||||||
|| GetEngineVersion() == Engine_Insurgency)
|
|| GetEngineVersion() == Engine_Insurgency)
|
||||||
{
|
{
|
||||||
strcopy(error, err_max, "Nextmap is incompatible with this game");
|
strcopy(error, err_max, "Nextmap is incompatible with this game");
|
||||||
|
Loading…
Reference in New Issue
Block a user