13
0

Fix BlockTextCreator

Dieser Commit ist enthalten in:
yoyosource 2021-05-15 20:02:47 +02:00
Ursprung 0add346878
Commit fba3a06b00

Datei anzeigen

@ -130,7 +130,7 @@ public class BlockTextCreator {
}else
z -= Config.SchemsizeZ / 2;
DyeColor c = ColorConverter.chat2dye(ChatColor.getByChar(ChatColor.getLastColors(color).replace("§", "")));
pasteText(team.getTeamKuerzel(), x, Config.upperArenaBorder, z, aT, c);
pasteText(team.getTeamKuerzel(), x, Config.upperArenaBorder + 10, z, aT, c);
}
public static void pasteTeamNames(int teamBlueId, int teamRedId){