Change config version to 1

This commit is contained in:
Ryder Belserion 2023-02-18 21:48:55 -05:00
parent 06d89cf22e
commit c09adc5991
No known key found for this signature in database
GPG Key ID: 8FC2E6C54BBF05FE
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class Config extends FileExtension {
@Key("settings.config-version")
@Comment("DO NOT TOUCH THIS: We use this to identify if your configs are outdated.")
public static int CONFIG_VERSION = 2;
public static int CONFIG_VERSION = 1;
public Config() {
super("config.yml");