From 88d89792fc14b2b17344d7f7250b62e555ba604f Mon Sep 17 00:00:00 2001 From: md_5 Date: Wed, 25 Jul 2018 14:13:17 +1000 Subject: SPIGOT-4141: Untouched filled maps not saving --- nms-patches/WorldMap.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nms-patches/WorldMap.patch') 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 @@ } -- cgit v1.2.3