mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Fix suffixes not being applied
This commit is contained in:
parent
a80ec6d893
commit
9f8f32b33e
@ -61,7 +61,7 @@ public class MetaCache implements MetaData {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!n.isMeta() && !n.isPrefix() && n.isSuffix()) {
|
if (!n.isMeta() && !n.isPrefix() && !n.isSuffix()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user