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); } + /*