Fix BlockTextCreator
Dieser Commit ist enthalten in:
Ursprung
0add346878
Commit
fba3a06b00
@ -130,7 +130,7 @@ public class BlockTextCreator {
|
|||||||
}else
|
}else
|
||||||
z -= Config.SchemsizeZ / 2;
|
z -= Config.SchemsizeZ / 2;
|
||||||
DyeColor c = ColorConverter.chat2dye(ChatColor.getByChar(ChatColor.getLastColors(color).replace("§", "")));
|
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){
|
public static void pasteTeamNames(int teamBlueId, int teamRedId){
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren