mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Fixed chunk unloading
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
5528de8f3c
commit
62b0d3e6bb
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ public class CraftWorld implements World {
|
|||
provider.a(chunk);
|
||||
}
|
||||
|
||||
provider.a.remove(x, z);
|
||||
provider.a.remove(x, z);
|
||||
provider.e.remove(x, z);
|
||||
provider.f.remove(chunk);
|
||||
|
|
Loading…
Reference in a new issue