From 98de83c22a63f7cf05934daa189a8f3ae14f93ca Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 28 Dec 2020 19:08:10 +0100 Subject: [PATCH] Fixed Color Code --- SpigotCore_Main/src/de/steamwar/sql/Team.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/sql/Team.java b/SpigotCore_Main/src/de/steamwar/sql/Team.java index 7504476..823d9a5 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/Team.java +++ b/SpigotCore_Main/src/de/steamwar/sql/Team.java @@ -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;