diff --git a/MCGalaxy/util/Formatting/Paginator.cs b/MCGalaxy/util/Formatting/Paginator.cs index b1d1369ff..4a4b9eec4 100644 --- a/MCGalaxy/util/Formatting/Paginator.cs +++ b/MCGalaxy/util/Formatting/Paginator.cs @@ -39,7 +39,7 @@ namespace MCGalaxy Output(p, items, null, printer, cmd, type, modifier, 8); } - static void Output(Player p, IList items, + public static void Output(Player p, IList items, StringFormatter formatter, ItemPrinter printer, string cmd, string type, string modifier, int perPage) { int page, total = items.Count;