Skip to content

Commit

Permalink
Fix #2086 - block tinkering with speed in MM
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk committed Mar 20, 2018
1 parent a364758 commit bf373fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ZkLobbyServer/MatchMaker/MatchMakerBattle.cs
Expand Up @@ -28,6 +28,8 @@ public MatchMakerBattle(ZkLobbyServer server, MatchMaker.ProposedBattle bat, str
// hacky way to send some extra start setup data
if (bat.QueueType.Mode != AutohostMode.GameChickens) ModOptions["mutespec"] = "mute";
ModOptions["MatchMakerType"] = bat.QueueType.Name;
ModOptions["MinSpeed"] = "1";
ModOptions["MaxSpeed"] = "1";

ValidateAndFillDetails();
}
Expand All @@ -45,4 +47,4 @@ public override void ValidateBattleStatus(UserBattleStatus ubs)
}
}
}
}
}

0 comments on commit bf373fd

Please sign in to comment.