Fix Disguise.clone() not cloning expires
This commit is contained in:
parent
e67115106d
commit
0cd7806d21
@ -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 New Issue
Block a user