Fix country code link #1330

This commit is contained in:
sgdc3 2017-09-16 14:04:32 +02:00
parent 3d26357df6
commit 3d67305e9e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public final class ProtectionSettings implements SettingsHolder {
@Comment({
"Countries allowed to join the server and register. For country codes, see",
"https://dev.bukkit.org/projects/authme-reloaded/pages/countries-codes",
"http://dev.maxmind.com/geoip/legacy/codes/iso3166/",
"PLEASE USE QUOTES!"})
public static final Property<List<String>> COUNTRIES_WHITELIST =
newListProperty("Protection.countries", "US", "GB");