We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b577a commit a8d07f5Copy full SHA for a8d07f5
1 file changed
ZkLobbyServer/MatchMaker/PlanetWarsServerBattle.cs
@@ -30,6 +30,7 @@ public PlanetWarsServerBattle(ZkLobbyServer server, PlanetWarsMatchMaker.AttackO
30
if (ModOptions == null) ModOptions = new Dictionary<string, string>();
31
32
SetCompetitiveModoptions();
33
+ ModOptions["equalcom"] = "enable";
34
35
ValidateAndFillDetails();
36
}
0 commit comments