mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Merge branch '1.20-bugfix' into 1.20.2-bugfix
This commit is contained in:
commit
662153d2da
1 changed files with 3 additions and 1 deletions
|
@ -127,7 +127,9 @@ public class EntityAppearance implements NbtSerialisable, PlayerDimensions.Provi
|
||||||
entity = null;
|
entity = null;
|
||||||
}
|
}
|
||||||
if (blockEntity != null) {
|
if (blockEntity != null) {
|
||||||
blockEntity.markRemoved();
|
try {
|
||||||
|
blockEntity.markRemoved();
|
||||||
|
} catch (Throwable ignored) {}
|
||||||
blockEntity = null;
|
blockEntity = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue