Not sure why I have a watcher null check, ALWAYS set the watcher.
This commit is contained in:
		| @@ -216,7 +216,7 @@ public abstract class Disguise { | ||||
|         disguise.setDynamicName(isDynamicName()); | ||||
|         disguise.setSoundGroup(getSoundGroup()); | ||||
|  | ||||
|         if (getWatcher() != null && disguise.getWatcher() == null) { | ||||
|         if (getWatcher() != null) { | ||||
|             disguise.setWatcher(getWatcher().clone(disguise)); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user