Remove "Fire EntityCombustEvent for phantoms" patch as it is fixed in Spigot (#1805)

It is fixed here: 438556243d
This commit is contained in:
Brokkonaut
2019-01-16 19:06:39 +01:00
parent f914571408
commit bd8cab5d23
13 changed files with 72 additions and 97 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Don't allow digging into unloaded chunks
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index f78c6e991..7ae374085 100644
index c1f47701c..cb6d1deb8 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {