mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-25 13:28:58 +02:00
Fix suffixes not being applied
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user