Archiviert
1
0

Hotfix wrong text

Dieser Commit ist enthalten in:
Lixfel 2020-01-19 06:42:55 +01:00
Ursprung 1ab9a871c3
Commit 32c1093491

Datei anzeigen

@ -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)