SPIGOT-4141: Untouched filled maps not saving

This commit is contained in:
md_5 2018-07-25 14:13:17 +10:00
parent 49a2604e1f
commit 88d89792fc

View File

@ -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 @@
}