Disable nextmap on Alien Swarm: Reactive Drop.
Bug: Disconnects players on changelevel https://steamcommunity.com/app/563560/discussions/2/135509124600714346/
This commit is contained in:
parent
4ce13e9cbd
commit
27b4f9538a
@ -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, "bms", false)
|
||||
|| StrEqual(game, "reactivedrop", false)
|
||||
|| GetEngineVersion() == Engine_Insurgency)
|
||||
{
|
||||
strcopy(error, err_max, "Nextmap is incompatible with this game");
|
||||
|
Loading…
Reference in New Issue
Block a user