From 4715d9c9d2b22720239f8ef76ce2b4160899e681 Mon Sep 17 00:00:00 2001 From: Techcable Date: Fri, 29 Jan 2016 13:49:01 -0700 Subject: [PATCH] Fix mutable block position construction Should fix #3 --- .../0084-Speedup-BlockPos-by-fixing-inlining.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/0084-Speedup-BlockPos-by-fixing-inlining.patch b/Spigot-Server-Patches/0084-Speedup-BlockPos-by-fixing-inlining.patch index 7de8f8ae09..3ed11de532 100644 --- a/Spigot-Server-Patches/0084-Speedup-BlockPos-by-fixing-inlining.patch +++ b/Spigot-Server-Patches/0084-Speedup-BlockPos-by-fixing-inlining.patch @@ -127,7 +127,7 @@ index 2bd5499..8ea95f2 100644 + // PaperSpigot start - modify base x,y,z + this.setX(i); + this.setY(j); -+ this.setY(k); ++ this.setZ(k); } + /*