Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
fix that unknown Configuration crashes geyser
Dieser Commit ist enthalten in:
Ursprung
06125238fb
Commit
c8404d15c1
@ -25,11 +25,13 @@
|
||||
|
||||
package org.geysermc.connector.configuration;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Getter;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
@Getter
|
||||
public class GeyserConfiguration {
|
||||
|
||||
@ -51,4 +53,4 @@ public class GeyserConfiguration {
|
||||
private int generalThreadPool;
|
||||
|
||||
private MetricInfo metrics;
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren