summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/WorldMap.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/WorldMap.patch b/nms-patches/WorldMap.patch
index 622228b6..89ff045e 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 @@
}