1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-30 12:19:10 +00:00

Fix ping passthrough throwing errors on unknown properties (Fixes #903)

This commit is contained in:
rtm516
2020-07-06 11:18:17 +01:00
parent afcf1e3acd
commit ad751ecb5b

View File

@@ -36,6 +36,7 @@ import java.util.ArrayList;
import java.util.Collection;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class GeyserPingInfo {
private String description;