SteamWar/SpigotCore
Archiviert
13
0

Fixed Color Code

Dieser Commit ist enthalten in:
Chaoscaot 2020-12-28 19:08:10 +01:00
Ursprung 1a2f3c111f
Commit 98de83c22a

Datei anzeigen

@ -31,7 +31,7 @@ public class Team {
private final int teamLeader;
private final String teamColor;
private static final Team pub = new Team(0, "PUB", "Öffentlich", 0, "8");
private static final Team pub = new Team(0, "PUB", "Öffentlich", 0, "7");
private Team(int teamId, String teamKuerzel, String teamName, int teamLeader, String teamColor){
this.teamId = teamId;