From 43a582edd8b3129e070f9e223a68fcfbb6799be0 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Sat, 27 Sep 2025 16:42:22 +0200 Subject: [PATCH] Hotfix EventRelation --- CommonCore/SQL/src/de/steamwar/sql/EventRelation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonCore/SQL/src/de/steamwar/sql/EventRelation.java b/CommonCore/SQL/src/de/steamwar/sql/EventRelation.java index 7d142805..3d601449 100644 --- a/CommonCore/SQL/src/de/steamwar/sql/EventRelation.java +++ b/CommonCore/SQL/src/de/steamwar/sql/EventRelation.java @@ -162,8 +162,8 @@ public class EventRelation { fight.getStartTime(), fight.getSpielmodus(), fight.getMap(), - team.get(), fight.getTeamBlue(), + team.get(), fight.getSpectatePort() ); } else { @@ -171,8 +171,8 @@ public class EventRelation { fight.getStartTime(), fight.getSpielmodus(), fight.getMap(), - fight.getTeamRed(), team.get(), + fight.getTeamRed(), fight.getSpectatePort() ); }