Skip to content

Commit 0fc7642

Browse files
Initialize variable
1 parent 9248777 commit 0fc7642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public String getHitCombo(Player player, boolean isMMCCombo) {
140140
Match match = profile.getMatch();
141141
Integer playerCombo = match.getGamePlayer(player).getCombo();
142142
Integer opponentCombo = match.getGamePlayer(match.getOpponent(player.getUniqueId())).getCombo();
143-
String hitCombo;
143+
String hitCombo = "";
144144

145145
if (playerCombo > 1) {
146146
hitCombo = "&a" + playerCombo + " Combo";

0 commit comments

Comments
 (0)