Add comment

This commit is contained in:
libraryaddict 2022-07-16 20:20:18 +12:00
parent bade0aaf4e
commit 97df7e160a

View File

@ -510,7 +510,8 @@ public class DisguisePermissions {
String[] split = lowerPerm.split("\\.");
// <command>.<disguise>.<method>.<options>
// 0 1 2 3 4 5+
// libsdisguises.options.<command>.<disguise>.<method>.<options>
if (split.length < 4) {
continue;
}