forked from GeyserMC/Geyser
Fix ping passthrough throwing errors on unknown properties (Fixes #903)
This commit is contained in:
parent
afcf1e3acd
commit
ad751ecb5b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ import java.util.ArrayList;
|
|||
import java.util.Collection;
|
||||
|
||||
@Data
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public class GeyserPingInfo {
|
||||
|
||||
private String description;
|
||||
|
|
Loading…
Reference in a new issue