Unlimited chunk load rate (#6768)

This commit is contained in:
Hannes Greule
2021-10-16 03:54:46 +02:00
parent 38d5d85fe4
commit 25181bebe6
3 changed files with 11 additions and 8 deletions

View File

@@ -364,8 +364,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ commands = new HashMap<String, Command>();
+ commands.put("paper", new PaperCommand("paper"));
+
+ version = getInt("config-version", 22);
+ set("config-version", 22);
+ version = getInt("config-version", 23);
+ set("config-version", 23);
+ readConfig(PaperConfig.class, null);
+ }
+