Fix dormant chunk cache allowing entity data to be overwritten (#4528)
This commit is contained in:
parent
4b1b0d83e9
commit
0c0cb2b11a
1 changed files with 1 additions and 0 deletions
|
@ -1009,6 +1009,7 @@ public class ForgeChunkManager
|
|||
|
||||
loadChunkEntities(entry.chunk, entry.nbt, world);
|
||||
|
||||
cache.invalidate(coords);
|
||||
return entry.chunk;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue