Skip to content

Commit 67a22ce

Browse files
committed
アクションバー修正
1 parent a21b21c commit 67a22ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/hungergames/listener/EventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private String getHeartLevel(Player player) {
131131
String lHeart = "";
132132

133133
for (int i = 0; i < currentHealth; i++) {
134-
rHeart = rHeart + ChatColor.RESET + "❤";
134+
rHeart = rHeart + ChatColor.RED + "❤";
135135
}
136136
for (int i = 0; i < lostHealth; i++) {
137137
lHeart = lHeart + ChatColor.GRAY + "❤";

0 commit comments

Comments
 (0)