Skip to content

Commit abd84d3

Browse files
authored
PW: competitive modoptions
1 parent cc43a68 commit abd84d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ZkLobbyServer/SpringieInterface/StartSetup.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ public static LobbyHostingContext GetDedicatedServerStartSetup(LobbyHostingConte
6969

7070
if (attacker == defender) defender = null;
7171

72+
ret.ModOptions["MinSpeed"] = "1";
73+
ret.ModOptions["MaxSpeed"] = "1";
74+
ret.ModOptions["mutespec"] = "mute";
75+
7276
ret.ModOptions["attackingFaction"] = attacker.Shortcut;
7377
ret.ModOptions["attackingFactionName"] = attacker.Name;
7478
ret.ModOptions["attackingFactionColor"] = attacker.Color;

0 commit comments

Comments
 (0)