Configurable Spectate port to allow multiple concurrent Spectate servers
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2024-03-09 21:22:24 +01:00
Ursprung 98c804a15c
Commit 3c889efe9e
2 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -87,6 +87,7 @@ public class Event {
private final SchematicType schemType;
@Field
private final boolean publicSchemsOnly;
@Deprecated
@Field
private final boolean spectateSystem;

Datei anzeigen

@ -84,8 +84,12 @@ public class EventFight implements Comparable<EventFight> {
private final int teamRed;
@Getter
@Field
@Deprecated
private final int kampfleiter;
@Getter
@Field
private final int spectatePort;
@Getter
@Field(def = "0")
private int ergebnis;
@Field(nullable = true)