Change how disguise construction works, and a few minor other stuff

This commit is contained in:
libraryaddict
2021-04-21 10:56:50 +12:00
parent bca3483e49
commit 9042cb4212
6 changed files with 38 additions and 101 deletions

View File

@@ -558,7 +558,7 @@ public class DisguiseUtilities {
Disguise disguise = DisguiseAPI.getDisguise(player, toClone);
if (disguise == null) {
disguise = DisguiseAPI.constructDisguise(toClone, options[0], options[1], options[2]);
disguise = DisguiseAPI.constructDisguise(toClone, options[0], options[1]);
} else {
disguise = disguise.clone();
}