You can now do * disguises and single out disguises they can't use

This commit is contained in:
libraryaddict 2014-07-15 12:51:22 +12:00
parent 6f65448d6e
commit 1480dbe5a2

View File

@ -166,6 +166,7 @@ public abstract class BaseDisguiseCommand implements CommandExecutor {
}
if (dType != null) {
singleDisguises.remove(dType);
rangeDisguises.remove(dType);
} else {
for (DisguiseType type : DisguiseType.values()) {
boolean foundHim = false;