Update IGeyserConfiguration.java

This commit is contained in:
LegacyGamerHD 2019-12-02 15:10:10 +01:00 committed by GitHub
parent 3e7e34dfb9
commit 30a032bd07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,9 @@
package org.geysermc.common; package org.geysermc.common;
import java.util.Map; import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public interface IGeyserConfiguration { public interface IGeyserConfiguration {
IBedrockConfiguration getBedrock(); IBedrockConfiguration getBedrock();