mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed disguises
This commit is contained in:
parent
550db7ad97
commit
c50d5535c6
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ public class Disguise implements NbtSerialisable {
|
|||
|
||||
entityNbt.put("playerNbt", tag);
|
||||
} else {
|
||||
entity.writeNbt(entityNbt);
|
||||
entity.saveSelfNbt(entityNbt);
|
||||
}
|
||||
|
||||
return entityNbt;
|
||||
|
|
Loading…
Reference in a new issue