1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-05 02:29:42 +02:00

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);
} else {
entity.writeNbt(entityNbt);
entity.saveSelfNbt(entityNbt);
}
return entityNbt;