Manually bump the config version since git won't

This commit is contained in:
Zach Brown 2015-02-23 16:59:00 -06:00
parent d28dd3edbd
commit 9cb1661979

View file

@ -127,8 +127,8 @@ index 0000000..7ea1617
+
+ commands = new HashMap<String, Command>();
+
+ version = getInt( "config-version", 6 );
+ set( "config-version", 6 );
+ version = getInt( "config-version", 7 );
+ set( "config-version", 7 );
+ readConfig( PaperSpigotConfig.class, null );
+ }
+