mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
You can now do * disguises and single out disguises they can't use
This commit is contained in:
parent
6f65448d6e
commit
1480dbe5a2
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue