1
0

Update some stuff

Dieser Commit ist enthalten in:
yoyosource 2022-04-01 15:57:42 +02:00
Ursprung 738189593d
Commit c4523521f7

Datei anzeigen

@ -114,7 +114,7 @@ public class FightEndsHandler implements SpigotHandler {
}
private double getK(int fights) {
return K * Math.max(1.2 - (fights / 200.0), 0.8);
return K * Math.max(1.3 - (fights / 200.0), 0.8);
}
private boolean teamComboExistedAlready(List<Integer> bluePlayers, List<Integer> redPlayers, String gameMode) {