Fix country code link in config comment

This commit is contained in:
ljacqu 2017-01-29 12:40:20 +01:00
parent 56017c81d0
commit 12566f03ef

View File

@ -22,7 +22,7 @@ public class ProtectionSettings implements SettingsHolder {
@Comment({ @Comment({
"Countries allowed to join the server and register. For country codes, see", "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!"}) "PLEASE USE QUOTES!"})
public static final Property<List<String>> COUNTRIES_WHITELIST = public static final Property<List<String>> COUNTRIES_WHITELIST =
newListProperty("Protection.countries", "US", "GB"); newListProperty("Protection.countries", "US", "GB");