This commit is contained in:
Luck 2016-08-29 18:40:37 +01:00
parent 3ddbf1da87
commit 3c83c578eb
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -459,7 +459,7 @@ public class Node implements me.lucko.luckperms.api.Node {
@Override
public Map.Entry<Integer, String> getSuffix() {
if (!isPrefix()) {
if (!isSuffix()) {
throw new IllegalStateException();
}