3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-02 08:00:07 +02:00

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

Dieser Commit ist enthalten in:
rtm516 2024-05-25 13:19:59 +01:00 committet von GitHub
Ursprung 6f4c29c834
Commit d5fdbeb49c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -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";