mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-06 19:09:31 +01:00
Fix typo
This commit is contained in:
parent
a081152baa
commit
a44dec0402
@ -397,7 +397,7 @@ public class ConfigKeys {
|
||||
/**
|
||||
* The URL of the web editor
|
||||
*/
|
||||
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = StringKey.of("wed-editor-url", "https://lpedit.lucko.me/");
|
||||
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = StringKey.of("web-editor-url", "https://lpedit.lucko.me/");
|
||||
|
||||
private static List<ConfigKey<?>> KEYS = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user