From 12566f03ef4a4541a5e5ab7e46834581895518f7 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sun, 29 Jan 2017 12:40:20 +0100 Subject: [PATCH] Fix country code link in config comment --- .../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 2361ec6e..3a19a70e 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 class ProtectionSettings implements SettingsHolder { @Comment({ "Countries allowed to join the server and register. For country codes, see", - "http://dev.bukkit.org/bukkit-plugins/authme-reloaded/pages/countries-codes/", + "https://dev.bukkit.org/projects/authme-reloaded/pages/countries-codes", "PLEASE USE QUOTES!"}) public static final Property> COUNTRIES_WHITELIST = newListProperty("Protection.countries", "US", "GB");