mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-18 21:01:30 +01:00
Provide a way to remove a custom disguise, fixes #616
This commit is contained in:
parent
c0ac00c9b7
commit
cd5df563de
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user