Whoops, allow simbols

This commit is contained in:
Gabriele C 2017-07-15 18:31:19 +02:00 committed by GitHub
parent c208cdcf97
commit b196d3e022

View File

@ -158,7 +158,7 @@ public final class RestrictionSettings implements SettingsHolder {
@Comment("Regex syntax for allowed chars in passwords")
public static final Property<String> ALLOWED_PASSWORD_REGEX =
newProperty("settings.restrictions.allowedPasswordCharacters", "[0-z]*");
newProperty("settings.restrictions.allowedPasswordCharacters", "[0-~]*");
@Comment("Force survival gamemode when player joins?")
public static final Property<Boolean> FORCE_SURVIVAL_MODE =