mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 12:50:13 +00:00
Fix Disguise.clone() not cloning expires
This commit is contained in:
parent
e67115106d
commit
0cd7806d21
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ public abstract class Disguise {
|
|||
disguise.notifyBar = getNotifyBar();
|
||||
disguise.bossBarColor = getBossBarColor();
|
||||
disguise.bossBarStyle = getBossBarStyle();
|
||||
disguise.setExpires(getExpires());
|
||||
|
||||
if (getWatcher() != null) {
|
||||
disguise.setWatcher(getWatcher().clone(disguise));
|
||||
|
|
Loading…
Reference in a new issue