diff options
Diffstat (limited to 'patches/server/0301-Show-blockstate-location-if-we-failed-to-read-it.patch')
-rw-r--r-- | patches/server/0301-Show-blockstate-location-if-we-failed-to-read-it.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0301-Show-blockstate-location-if-we-failed-to-read-it.patch b/patches/server/0301-Show-blockstate-location-if-we-failed-to-read-it.patch index e2812d19fd..2c9fef1cf5 100644 --- a/patches/server/0301-Show-blockstate-location-if-we-failed-to-read-it.patch +++ b/patches/server/0301-Show-blockstate-location-if-we-failed-to-read-it.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Show blockstate location if we failed to read it diff --git a/src/main/java/org/bukkit/craftbukkit/block/CraftBlockEntityState.java b/src/main/java/org/bukkit/craftbukkit/block/CraftBlockEntityState.java -index f046f507a095e0cb8f839b9b4b06add3a671486b..f1f6d85399db86ce7aee1fccde51d6259b427e7e 100644 +index e7fd9ebd47af277d6dbced0f17e954722c202776..ff3f88f107a4c059688566b69dcdf48bc01210ab 100644 --- a/src/main/java/org/bukkit/craftbukkit/block/CraftBlockEntityState.java +++ b/src/main/java/org/bukkit/craftbukkit/block/CraftBlockEntityState.java @@ -25,6 +25,7 @@ public class CraftBlockEntityState<T extends BlockEntity> extends CraftBlockStat |