Dieser Commit ist enthalten in:
Ursprung
fdcd81d21e
Commit
c98687a9d5
@ -46,8 +46,8 @@ public class EventFight {
|
||||
return byId.select(fightID);
|
||||
}
|
||||
|
||||
public static EventFight create(int eventID, Timestamp startTime, String spielModus, String map, int teamBlue, int teamRed) {
|
||||
return EventFight.get(create.insertGetKey(eventID, startTime, spielModus, map, teamBlue, teamRed, 0));
|
||||
public static EventFight create(int eventID, Timestamp startTime, String spielModus, String map, int teamBlue, int teamRed, int kampfleiter) {
|
||||
return EventFight.get(create.insertGetKey(eventID, startTime, spielModus, map, teamBlue, teamRed, kampfleiter));
|
||||
}
|
||||
|
||||
public static List<EventFight> getFromEvent(int eventID) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren