diff --git a/Spigot-Server-Patches/Make-sure-to-remove-correct-TE-during-TE-tick.patch b/Spigot-Server-Patches/Make-sure-to-remove-correct-TE-during-TE-tick.patch
index 6988095841..3979a358e9 100644
--- a/Spigot-Server-Patches/Make-sure-to-remove-correct-TE-during-TE-tick.patch
+++ b/Spigot-Server-Patches/Make-sure-to-remove-correct-TE-during-TE-tick.patch
@@ -38,7 +38,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
  
 -            if (tileentity != null) {
 +            if (tileentity != null && (match == null || match == tileentity)) {
-+                this.tileEntities.remove(tileentity);
++                this.tileEntities.remove(blockposition);
 +                // Paper end
                  tileentity.al_();
              }