Fixed chunk unload

This commit is contained in:
Auxilor
2022-12-08 14:34:15 +00:00
parent 1dfb9c9a70
commit aa4380a00a

View File

@@ -44,6 +44,7 @@ class PlacedCrate(
internal fun handleChunkUnload() {
hologram.remove()
item?.remove()
}
private fun tickHolograms(tick: Int) {