mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Fix disguise notify bar not being copied in clone
This commit is contained in:
parent
ce884cc8ac
commit
48b15499df
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ public abstract class Disguise {
|
|||
disguise.multiName = Arrays.copyOf(multiName, multiName.length);
|
||||
disguise.setDynamicName(isDynamicName());
|
||||
disguise.setSoundGroup(getSoundGroup());
|
||||
disguise.notifyBar = getNotifyBar();
|
||||
disguise.bossBarColor = getBossBarColor();
|
||||
disguise.bossBarStyle = getBossBarStyle();
|
||||
|
||||
if (getWatcher() != null) {
|
||||
disguise.setWatcher(getWatcher().clone(disguise));
|
||||
|
|
Loading…
Reference in a new issue