Fix dormant chunk cache allowing entity data to be overwritten (#4528)

This commit is contained in:
Ben Staddon 2018-01-09 18:48:56 +00:00 committed by LexManos
parent 4b1b0d83e9
commit 0c0cb2b11a

View file

@ -1009,6 +1009,7 @@ public class ForgeChunkManager
loadChunkEntities(entry.chunk, entry.nbt, world);
cache.invalidate(coords);
return entry.chunk;
}