Restore broken lighting logic from spigot

This commit is contained in:
Shane Freeder
2017-12-18 07:35:42 +00:00
parent 3d71965eb8
commit 11635988ce
9 changed files with 9 additions and 107 deletions

View File

@@ -18,7 +18,7 @@ the blockstate that will be valid for restoration, as opposed to dropping
information on restoration when the event is cancelled.
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index f9c5da59f..072b1201f 100644
index ad55631cf..eb8a1c43c 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {