mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-15 13:11:23 +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.notifyBar = getNotifyBar();
|
||||||
disguise.bossBarColor = getBossBarColor();
|
disguise.bossBarColor = getBossBarColor();
|
||||||
disguise.bossBarStyle = getBossBarStyle();
|
disguise.bossBarStyle = getBossBarStyle();
|
||||||
|
disguise.setExpires(getExpires());
|
||||||
|
|
||||||
if (getWatcher() != null) {
|
if (getWatcher() != null) {
|
||||||
disguise.setWatcher(getWatcher().clone(disguise));
|
disguise.setWatcher(getWatcher().clone(disguise));
|
||||||
|
|
Loading…
Reference in a new issue