mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
fixed help dis/total
This commit is contained in:
parent
6e1ca16121
commit
a00f38e91f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class MainCommand implements CommandExecutor, TabCompleter {
|
|||
.replace("%category%", category.toString())
|
||||
.replace("%current%", "" + (page + 1))
|
||||
.replace("%max%", "" + (totalPages + 1))
|
||||
.replace("%dis%", "" + perPage)
|
||||
.replace("%dis%", "" + (commands.size() % perPage))
|
||||
.replace("%total%", "" + commands.size())
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue