Skip to content

Commit

Permalink
Make Paginator.Output with perPage param public
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodlyay committed Feb 4, 2024
1 parent c829f5e commit fc438ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/util/Formatting/Paginator.cs
Expand Up @@ -39,7 +39,7 @@ public static class Paginator
Output(p, items, null, printer, cmd, type, modifier, 8);
}

static void Output<T>(Player p, IList<T> items,
public static void Output<T>(Player p, IList<T> items,
StringFormatter<T> formatter, ItemPrinter<T> printer,
string cmd, string type, string modifier, int perPage) {
int page, total = items.Count;
Expand Down

0 comments on commit fc438ec

Please sign in to comment.