Skip to content

Commit

Permalink
Make allow-third-party-capes default to false (GeyserMC#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored May 25, 2024
1 parent 6f4c29c commit d5fdbeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public abstract class GeyserJacksonConfiguration implements GeyserConfiguration
private boolean debugMode = false;

@JsonProperty("allow-third-party-capes")
private boolean allowThirdPartyCapes = true;
private boolean allowThirdPartyCapes = false;

@JsonProperty("show-cooldown")
private String showCooldown = "title";
Expand Down

0 comments on commit d5fdbeb

Please sign in to comment.