mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +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);
|
entityNbt.put("playerNbt", tag);
|
||||||
} else {
|
} else {
|
||||||
entity.writeNbt(entityNbt);
|
entity.saveSelfNbt(entityNbt);
|
||||||
}
|
}
|
||||||
|
|
||||||
return entityNbt;
|
return entityNbt;
|
||||||
|
|
Loading…
Reference in a new issue