1
0
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:
Luck
2016-10-23 22:02:48 +01:00
parent a80ec6d893
commit 9f8f32b33e

View File

@@ -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;
} }