Fix disguise notify bar not being copied in clone
This commit is contained in:
		| @@ -207,6 +207,9 @@ public abstract class Disguise { | |||||||
|         disguise.multiName = Arrays.copyOf(multiName, multiName.length); |         disguise.multiName = Arrays.copyOf(multiName, multiName.length); | ||||||
|         disguise.setDynamicName(isDynamicName()); |         disguise.setDynamicName(isDynamicName()); | ||||||
|         disguise.setSoundGroup(getSoundGroup()); |         disguise.setSoundGroup(getSoundGroup()); | ||||||
|  |         disguise.notifyBar = getNotifyBar(); | ||||||
|  |         disguise.bossBarColor = getBossBarColor(); | ||||||
|  |         disguise.bossBarStyle = getBossBarStyle(); | ||||||
|  |  | ||||||
|         if (getWatcher() != null) { |         if (getWatcher() != null) { | ||||||
|             disguise.setWatcher(getWatcher().clone(disguise)); |             disguise.setWatcher(getWatcher().clone(disguise)); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user