Updated Upstream (Paper & Tuinity)

Upstream has released updates that appears to apply and compile correctly

Paper Changes:
6f66fa571 Fix Light Thread causing world memory leak - Fixes #4045
674230907 Improve EntityTargetLivingEntityEvent for 1.16 mobs

Tuinity Changes:
30dc21f Notify poi changes in setTypeAndDataRaw
This commit is contained in:
William Blake Galbreath
2020-08-06 20:47:38 -05:00
parent 60ce52a46b
commit d6d9539cd2
5 changed files with 41 additions and 29 deletions

View File

@@ -49,10 +49,10 @@ index 120bf8436f..848a185c04 100644
return true;
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 7bcc852100..4682de9f11 100644
index a5079ad349..657d005d29 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -1568,4 +1568,14 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
@@ -1572,4 +1572,14 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
public final boolean isDebugWorld() {
return this.debugWorld;
}