Fix typo
This commit is contained in:
parent
3ddbf1da87
commit
3c83c578eb
@ -459,7 +459,7 @@ public class Node implements me.lucko.luckperms.api.Node {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map.Entry<Integer, String> getSuffix() {
|
public Map.Entry<Integer, String> getSuffix() {
|
||||||
if (!isPrefix()) {
|
if (!isSuffix()) {
|
||||||
throw new IllegalStateException();
|
throw new IllegalStateException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user