You can now do * disguises and single out disguises they can't use
This commit is contained in:
		| @@ -166,6 +166,7 @@ public abstract class BaseDisguiseCommand implements CommandExecutor { | |||||||
|                 } |                 } | ||||||
|                 if (dType != null) { |                 if (dType != null) { | ||||||
|                     singleDisguises.remove(dType); |                     singleDisguises.remove(dType); | ||||||
|  |                     rangeDisguises.remove(dType); | ||||||
|                 } else { |                 } else { | ||||||
|                     for (DisguiseType type : DisguiseType.values()) { |                     for (DisguiseType type : DisguiseType.values()) { | ||||||
|                         boolean foundHim = false; |                         boolean foundHim = false; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user