aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch')
-rw-r--r--patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch b/patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch
index 0f97b535cc..152674ac06 100644
--- a/patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch
+++ b/patches/server/0707-Sanitize-sent-BlockEntity-NBT.patch
@@ -30,10 +30,10 @@ index ac900dfdc5c90e9e60d47efa734be8f0a5b20dca..ec1cb034d840633240f2b379b09f7d2f
}
}
diff --git a/src/main/java/net/minecraft/world/level/block/entity/BlockEntity.java b/src/main/java/net/minecraft/world/level/block/entity/BlockEntity.java
-index 6f6693456cf518b7bd9eb21ba681540a40c588ef..6207c6063cd11ccb1177fe7016c49c02a3416990 100644
+index cbb777f499a4e8a447153c04d09c0c71321c663c..41f43d7d12a47563360f48a793e63db8cf92ac69 100644
--- a/src/main/java/net/minecraft/world/level/block/entity/BlockEntity.java
+++ b/src/main/java/net/minecraft/world/level/block/entity/BlockEntity.java
-@@ -378,6 +378,14 @@ public abstract class BlockEntity {
+@@ -394,6 +394,14 @@ public abstract class BlockEntity {
}
// CraftBukkit end