Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Make allow-third-party-capes default to false (#4690)
Dieser Commit ist enthalten in:
Ursprung
6f4c29c834
Commit
d5fdbeb49c
@ -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";
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren