mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
Change config version to 1
This commit is contained in:
parent
06d89cf22e
commit
c09adc5991
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user