Make allow-third-party-capes default to false (#4690)

This commit is contained in:
rtm516 2024-05-25 13:19:59 +01:00 committed by GitHub
parent 6f4c29c834
commit d5fdbeb49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ public abstract class GeyserJacksonConfiguration implements GeyserConfiguration
private boolean debugMode = false; private boolean debugMode = false;
@JsonProperty("allow-third-party-capes") @JsonProperty("allow-third-party-capes")
private boolean allowThirdPartyCapes = true; private boolean allowThirdPartyCapes = false;
@JsonProperty("show-cooldown") @JsonProperty("show-cooldown")
private String showCooldown = "title"; private String showCooldown = "title";