From 3d67305e9e0fc5f4fa96335712d13b459e2175da Mon Sep 17 00:00:00 2001 From: sgdc3 Date: Sat, 16 Sep 2017 14:04:32 +0200 Subject: [PATCH] Fix country code link #1330 --- .../fr/xephi/authme/settings/properties/ProtectionSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java b/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java index 2bae7179..f0a6c2f7 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java @@ -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> COUNTRIES_WHITELIST = newListProperty("Protection.countries", "US", "GB");