Readd configurable max chunk gens per tick

This commit is contained in:
Aikar
2018-07-21 17:24:18 -04:00
parent d6293c533d
commit 1db0b7ed58
19 changed files with 148 additions and 44 deletions

View File

@@ -9,7 +9,7 @@ the standard API is to send the packet to everyone in the world, which is ineffe
This adds a new Builder API which is much friendlier to use.
diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java
index c5da2cde3..4ac2d39c5 100644
index 23414c776..9e3804579 100644
--- a/src/main/java/net/minecraft/server/WorldServer.java
+++ b/src/main/java/net/minecraft/server/WorldServer.java
@@ -0,0 +0,0 @@ public class WorldServer extends World implements IAsyncTaskHandler {