We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4075d commit c709fa1Copy full SHA for c709fa1
1 file changed
Essentials/src/main/java/com/earth2me/essentials/Settings.java
@@ -147,7 +147,7 @@ public class Settings implements net.ess3.api.ISettings {
147
private boolean logCommandBlockCommands;
148
private boolean logConsoleCommands;
149
private Set<Predicate<String>> nickBlacklist;
150
- private boolean resetNickOnNameChange = false;
+ private boolean resetNickOnNameChange;
151
private double maxProjectileSpeed;
152
private boolean removeEffectsOnHeal;
153
private Map<String, String> worldAliases;
0 commit comments