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 cc43a68 commit abd84d3Copy full SHA for abd84d3
1 file changed
ZkLobbyServer/SpringieInterface/StartSetup.cs
@@ -69,6 +69,10 @@ public static LobbyHostingContext GetDedicatedServerStartSetup(LobbyHostingConte
69
70
if (attacker == defender) defender = null;
71
72
+ ret.ModOptions["MinSpeed"] = "1";
73
+ ret.ModOptions["MaxSpeed"] = "1";
74
+ ret.ModOptions["mutespec"] = "mute";
75
+
76
ret.ModOptions["attackingFaction"] = attacker.Shortcut;
77
ret.ModOptions["attackingFactionName"] = attacker.Name;
78
ret.ModOptions["attackingFactionColor"] = attacker.Color;
0 commit comments