mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +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;
|
||||
}
|
||||
|
||||
if (!n.isMeta() && !n.isPrefix() && n.isSuffix()) {
|
||||
if (!n.isMeta() && !n.isPrefix() && !n.isSuffix()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user