diff --git a/nms-patches/WorldMap.patch b/nms-patches/WorldMap.patch
index 622228b638..89ff045e68 100644
--- a/nms-patches/WorldMap.patch
+++ b/nms-patches/WorldMap.patch
@@ -35,6 +35,15 @@
      }
  
      public void a(int i, int j, int k, boolean flag, boolean flag1, int l) {
+@@ -31,7 +50,7 @@
+         this.map = (byte) l;
+         this.track = flag;
+         this.unlimitedTracking = flag1;
+-        this.d();
++        this.c(); // CraftBukkit - typo
+     }
+ 
+     public void a(double d0, double d1, int i) {
 @@ -44,7 +63,30 @@
      }