Cancel itself not object
This commit is contained in:
		| @@ -419,7 +419,7 @@ public abstract class Disguise { | ||||
|             @Override | ||||
|             public void run() { | ||||
|                 if (!isDisguiseInUse() || getEntity() == null) { | ||||
|                     runnable.cancel(); | ||||
|                     cancel(); | ||||
|                     runnable = null; | ||||
|                     return; | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user