This commit is contained in:
libraryaddict 2024-10-06 09:27:08 +13:00
parent b54e266c11
commit aebca5ad40

View File

@ -552,7 +552,7 @@ public abstract class Disguise {
}
protected void adjustTallSelfDisguiseScale() {
if (!canScaleDisguise()) {
if (!canScaleDisguise() || !isDisguiseInUse() || getEntity() == null) {
return;
}