Update upstrean CB/S

This commit is contained in:
Zach Brown
2016-09-11 14:55:02 -05:00
parent 4bf0ca21fe
commit ca7a828688
6 changed files with 50 additions and 87 deletions

View File

@@ -66,8 +66,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ commands = new HashMap<String, Command>();
+
+ version = getInt("config-version", 10);
+ set("config-version", 10);
+ version = getInt("config-version", 11);
+ set("config-version", 11);
+ readConfig(PaperConfig.class, null);
+ }
+