Provide a way to remove a custom disguise, fixes #616
This commit is contained in:
		| @@ -105,6 +105,10 @@ public class DisguiseAPI { | ||||
|         return disguise.getValue(); | ||||
|     } | ||||
|  | ||||
|     public static void removeCustomDisguise(String disguiseName) { | ||||
|         DisguiseConfig.removeCustomDisguise(disguiseName); | ||||
|     } | ||||
|  | ||||
|     public static Disguise constructDisguise(Entity entity) { | ||||
|         return constructDisguise(entity, true, false); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user