Skip to content

Commit c196cb6

Browse files
yay
1 parent 0fc7642 commit c196cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/me/lrxh/practice/util/PlaceholderUtil.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ public String getHitCombo(Player player, boolean isMMCCombo) {
146146
hitCombo = "&a" + playerCombo + " Combo";
147147
} else if (opponentCombo > 1) {
148148
hitCombo = "&c" + opponentCombo + " Combo";
149-
} else if (opponentCombo == 0 && playerCombo == 0 && isMMCCombo) {
149+
} else if (opponentCombo < 2 && playerCombo < 2 && isMMCCombo) {
150150
hitCombo = "&f1st to 100 wins!";
151-
} else if (opponentCombo == 0 && playerCombo == 0 && !isMMCCombo) {
151+
} else if (opponentCombo < 2 && playerCombo < 2 && !isMMCCombo) {
152152
hitCombo = "&fNo Combo";
153153
}
154154

0 commit comments

Comments
 (0)