Migrate old TNT height nerf settings to falling block height nerf

This commit is contained in:
Byteflux
2015-06-04 03:57:23 -07:00
parent 5866cac361
commit 7d15ab73ad
7 changed files with 65 additions and 9 deletions

View File

@@ -147,8 +147,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ commands = new HashMap<String, Command>();
+
+ version = getInt( "config-version", 7 );
+ set( "config-version", 7 );
+ version = getInt( "config-version", 8 );
+ set( "config-version", 8 );
+ readConfig( PaperSpigotConfig.class, null );
+ }
+
@@ -316,4 +316,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ return config.getString( "world-settings." + worldName + "." + path, config.getString( "world-settings.default." + path ) );
+ }
+}
--
--
1.9.5.msysgit.1