Change default config field order

This commit is contained in:
filoghost 2020-11-01 10:26:33 +01:00
parent f40a40afde
commit 741446c638
1 changed files with 1 additions and 1 deletions

View File

@ -18,8 +18,8 @@ public class Settings implements MappedConfig {
public static String default_color__name = "&f";
public static String default_color__lore = "&7";
public static boolean update_notifications = true;
public static int anti_click_spam_delay = 200;
public static boolean update_notifications = true;
@Override
public List<String> getHeader() {