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.getStartTime(),
fight.getSpielmodus(), fight.getSpielmodus(),
fight.getMap(), fight.getMap(),
team.get(),
fight.getTeamBlue(), fight.getTeamBlue(),
team.get(),
fight.getSpectatePort() fight.getSpectatePort()
); );
} else { } else {
@@ -171,8 +171,8 @@ public class EventRelation {
fight.getStartTime(), fight.getStartTime(),
fight.getSpielmodus(), fight.getSpielmodus(),
fight.getMap(), fight.getMap(),
fight.getTeamRed(),
team.get(), team.get(),
fight.getTeamRed(),
fight.getSpectatePort() fight.getSpectatePort()
); );
} }