Dieser Commit ist enthalten in:
Ursprung
4706c1525c
Commit
746ae701d8
@ -55,9 +55,8 @@ public class Event {
|
||||
@Getter
|
||||
@Field
|
||||
private final int maximumTeamMembers;
|
||||
@Getter
|
||||
@Field(nullable = true)
|
||||
private final SchematicType schematicType;
|
||||
private final SchematicType schemType;
|
||||
@Field
|
||||
private final boolean publicSchemsOnly;
|
||||
@Field
|
||||
@ -69,4 +68,8 @@ public class Event {
|
||||
public boolean spectateSystem(){
|
||||
return spectateSystem;
|
||||
}
|
||||
|
||||
public SchematicType getSchematicType() {
|
||||
return schemType;
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren