Skip to content

Commit

Permalink
6.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed May 6, 2023
1 parent 6a2157d commit 828739a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/me/angeschossen/lands/api/sorting/Sorting.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public final String[][] handleParseMenuItem(int place) {
return s;
}

public abstract String[] getPlaceholders();

@NotNull
public final String[] handleParseSignLines(int place) {
T t = get(place);
Expand Down

0 comments on commit 828739a

Please sign in to comment.