diff --git a/src/de/steamwar/bungeecore/commands/FightCommand.java b/src/de/steamwar/bungeecore/commands/FightCommand.java index 4dc6f1c3..6e3b7837 100644 --- a/src/de/steamwar/bungeecore/commands/FightCommand.java +++ b/src/de/steamwar/bungeecore/commands/FightCommand.java @@ -71,7 +71,7 @@ public class FightCommand extends BasicCommand { String command = precommand + mode.getChatName() + " " + map; current.setBold(true); current.setColor(ChatColor.GRAY); - current.setText(mode.getChatName() + " "); + current.setText(map + " "); current.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new ComponentBuilder("§e" + command).create())); current.setClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, command)); if(current != start)