Fix suffixes not being applied

This commit is contained in:
Luck 2016-10-23 22:02:48 +01:00
parent a80ec6d893
commit 9f8f32b33e
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

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