Hotfix EventRelation
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-09-27 16:42:22 +02:00
parent d4eabfe9b2
commit 43a582edd8

View File

@@ -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()
);
}