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