mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 20:46:59 +01:00
SPIGOT-4141: Untouched filled maps not saving
This commit is contained in:
parent
49a2604e1f
commit
88d89792fc
@ -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 New Issue
Block a user