summaryrefslogtreecommitdiffstats
path: root/nms-patches/ItemBed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ItemBed.patch')
-rw-r--r--nms-patches/ItemBed.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nms-patches/ItemBed.patch b/nms-patches/ItemBed.patch
deleted file mode 100644
index ec2a798c..00000000
--- a/nms-patches/ItemBed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../work/decompile-8eb82bde/net/minecraft/server/ItemBed.java 2015-01-16 17:52:31.020317127 +1100
-+++ src/main/java/net/minecraft/server/ItemBed.java 2015-01-16 17:52:31.024317273 +1100
-@@ -23,7 +23,7 @@
- int i = MathHelper.floor((double) (entityhuman.yaw * 4.0F / 360.0F) + 0.5D) & 3;
- EnumDirection enumdirection1 = EnumDirection.fromType2(i);
- BlockPosition blockposition1 = blockposition.shift(enumdirection1);
-- boolean flag1 = block.f(world, blockposition1);
-+ boolean flag1 = world.getType(blockposition1).getBlock().f(world, blockposition1); // CraftBukkit
- boolean flag2 = world.isEmpty(blockposition) || flag;
- boolean flag3 = world.isEmpty(blockposition1) || flag1;
-