diff --git a/CraftBukkit-Patches/0171-Fix-missed-diff-from-Minecraft-1.3.1-update.patch b/CraftBukkit-Patches/0171-Fix-missed-diff-from-Minecraft-1.3.1-update.patch
new file mode 100644
index 0000000000..d064bedb42
--- /dev/null
+++ b/CraftBukkit-Patches/0171-Fix-missed-diff-from-Minecraft-1.3.1-update.patch
@@ -0,0 +1,20 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: mrapple <tony@oc.tc>
+Date: Thu, 31 Jul 2014 20:05:06 -0500
+Subject: [PATCH] Fix missed diff from Minecraft 1.3.1 update
+
+
+diff --git a/src/main/java/net/minecraft/server/PlayerChunkMap.java b/src/main/java/net/minecraft/server/PlayerChunkMap.java
+index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
+--- a/src/main/java/net/minecraft/server/PlayerChunkMap.java
++++ b/src/main/java/net/minecraft/server/PlayerChunkMap.java
+@@ -0,0 +0,0 @@ public class PlayerChunkMap {
+                     this.a(pair.x, pair.z, true).a(entityplayer);
+                 }
+
+-                if (i1 > 1 || i1 < -1 || j1 > 1 || j1 < -1) {
++                if (j1 > 1 || j1 < -1 || k1 > 1 || k1 < -1) { // Spigot - missed diff
+                     Collections.sort(entityplayer.chunkCoordIntPairQueue, new ChunkCoordComparator(entityplayer));
+                 }
+                 // CraftBukkit end
+--
\ No newline at end of file