mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-04 15:07:49 +01:00
Fix country code link in config comment
This commit is contained in:
parent
56017c81d0
commit
12566f03ef
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user