mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Make Paginator.Output with perPage param public
This commit is contained in:
parent
c829f5eb02
commit
fc438ec901
@ -39,7 +39,7 @@ namespace MCGalaxy
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user