Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 committed Jul 28, 2024
1 parent 8d0b0ae commit 577168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/azisaba/lgw/core/KillStreaks.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void removedBy(Player player, Player killer) {
BroadcastUtils.broadcast(
Chat.f(LeonGunWar.getPlugin().getKillStreaksConfig().getRemoved(),
LeonGunWar.GAME_PREFIX,
killer.getDisplayName(), player.getDisplayName()));
killer.getPlayerListName(), player.getPlayerListName()));
}

streaksMap.remove(player.getUniqueId());
Expand Down

0 comments on commit 577168d

Please sign in to comment.