forked from SteamWar/SteamWar
Migrate Event class to Kotlin and update references across modules
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -74,7 +74,7 @@ public class Config {
|
||||
throw new IllegalStateException("Event not found");
|
||||
}
|
||||
|
||||
Event event = Event.get(EVENT_FIGHT.getEventID());
|
||||
Event event = Event.byId(EVENT_FIGHT.getEventID());
|
||||
|
||||
EVENT_TEAM_BLUE_ID = EVENT_FIGHT.getTeamBlue();
|
||||
EVENT_TEAM_RED_ID = EVENT_FIGHT.getTeamRed();
|
||||
|
||||
Reference in New Issue
Block a user