mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 01:17:47 +01:00
Forget anvil chunk after load
This commit is contained in:
parent
66145a53c6
commit
2af150c1f0
@ -96,6 +96,9 @@ public class AnvilLoader implements IChunkLoader {
|
||||
if (callback != null) {
|
||||
callback.accept(chunk);
|
||||
}
|
||||
|
||||
mcaFile.forget(fileChunk);
|
||||
|
||||
return chunk;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user