mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
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;
|
import java.util.Collection;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class GeyserPingInfo {
|
public class GeyserPingInfo {
|
||||||
|
|
||||||
private String description;
|
private String description;
|
||||||
|
|
Loading…
Reference in a new issue