Add a note to ignore

This commit is contained in:
libraryaddict 2022-04-03 19:37:50 +12:00
parent cfc1eb27b9
commit b50c6c07df
1 changed files with 2 additions and 0 deletions

View File

@ -681,6 +681,8 @@ public class DisguiseParser {
Entry<DisguisePerm, String> customDisguise = DisguiseConfig.getRawCustomDisguise(args[0]);
if (customDisguise != null) {
// TODO Doesn't this mean we can't add args to our custom disguise on /disguise?
// Need to add user defined args for the custom disguise
args = DisguiseUtilities.split(customDisguise.getValue());
name = customDisguise.getKey().toReadable();
customName = true;