Some block state hunks were in the wrong patch (#7308)

This commit is contained in:
Jake Potrebic 2022-01-13 11:31:48 -08:00 committed by GitHub
parent 0c64d401aa
commit 6663747b89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 96 additions and 77 deletions

View file

@ -49,10 +49,10 @@ index 0000000000000000000000000000000000000000..9a516520d975f52169e346adc4ec6d9d
+ }
+}
diff --git a/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java b/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
index 1cbc9288cabc0637c0ad6145e7461fef87bfc830..5284b17b77fb714f1b68b2e1ee15b4bf992bd8e1 100644
index 40fc3268e7b662cdd45b569224ccd2abfad0a595..a9f962819c602e801de2d1a1bd069994283e785c 100644
--- a/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
+++ b/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
@@ -607,4 +607,11 @@ public class CraftBlock implements Block {
@@ -601,4 +601,11 @@ public class CraftBlock implements Block {
return iblockdata.canSurvive(world, this.position);
}