Fix tests

This commit is contained in:
Gabriele C
2016-02-11 21:05:58 +01:00
parent 0afa5f0535
commit 2d8a80049b
2 changed files with 7 additions and 3 deletions
@@ -86,10 +86,10 @@ public class RegistrationSettings implements SettingsClass {
// TODO: comments!
public static final Property<Boolean> REMOVE_JOIN_MESSAGE =
newProperty("settings.removeJoinMessages", false);
newProperty("settings.removeJoinMessage", false);
public static final Property<Boolean> REMOVE_LEAVE_MESSAGE =
newProperty("settings.removeLeaveMessages", false);
newProperty("settings.removeLeaveMessage", false);
@Comment("Do we need to add potion effect Blinding before login/reigster?")
public static final Property<Boolean> APPLY_BLIND_EFFECT =