This commit is contained in:
Luck
2016-08-29 18:40:37 +01:00
Unverified
parent 3ddbf1da87
commit 3c83c578eb
@@ -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();
}