mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5f9927cda7
@ -111,7 +111,7 @@ public class MainCommand implements CommandExecutor, TabCompleter {
|
|||||||
.replace("%category%", category.toString())
|
.replace("%category%", category.toString())
|
||||||
.replace("%current%", "" + (page + 1))
|
.replace("%current%", "" + (page + 1))
|
||||||
.replace("%max%", "" + (totalPages + 1))
|
.replace("%max%", "" + (totalPages + 1))
|
||||||
.replace("%dis%", "" + perPage)
|
.replace("%dis%", "" + (commands.size() % perPage))
|
||||||
.replace("%total%", "" + commands.size())
|
.replace("%total%", "" + commands.size())
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user