Manually bump the config version since git won't
This commit is contained in:
@@ -127,8 +127,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ commands = new HashMap<String, Command>();
|
+ commands = new HashMap<String, Command>();
|
||||||
+
|
+
|
||||||
+ version = getInt( "config-version", 6 );
|
+ version = getInt( "config-version", 7 );
|
||||||
+ set( "config-version", 6 );
|
+ set( "config-version", 7 );
|
||||||
+ readConfig( PaperSpigotConfig.class, null );
|
+ readConfig( PaperSpigotConfig.class, null );
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user