mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-4141: Untouched filled maps not saving
By: md_5 <git@md-5.net>
This commit is contained in:
parent
dffbcaf70d
commit
d803780e25
1 changed files with 9 additions and 0 deletions
|
@ -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 @@
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue