Skip to content

Commit c709fa1

Browse files
authored
Apply suggestion from @JRoy
1 parent cc4075d commit c709fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Essentials/src/main/java/com/earth2me/essentials/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public class Settings implements net.ess3.api.ISettings {
147147
private boolean logCommandBlockCommands;
148148
private boolean logConsoleCommands;
149149
private Set<Predicate<String>> nickBlacklist;
150-
private boolean resetNickOnNameChange = false;
150+
private boolean resetNickOnNameChange;
151151
private double maxProjectileSpeed;
152152
private boolean removeEffectsOnHeal;
153153
private Map<String, String> worldAliases;

0 commit comments

Comments
 (0)