Fixed disguises

This commit is contained in:
Sollace 2021-08-07 22:32:13 +02:00
parent 550db7ad97
commit c50d5535c6

View file

@ -311,7 +311,7 @@ public class Disguise implements NbtSerialisable {
entityNbt.put("playerNbt", tag); entityNbt.put("playerNbt", tag);
} else { } else {
entity.writeNbt(entityNbt); entity.saveSelfNbt(entityNbt);
} }
return entityNbt; return entityNbt;