mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Fix plot list
This commit is contained in:
parent
5a6847a039
commit
18b0616244
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ public class list extends SubCommand {
|
|||
MainUtil.sendMessage(player, message);
|
||||
}
|
||||
}
|
||||
if (player != null && Settings.FANCY_CHAT) {
|
||||
if (!ConsolePlayer.isConsole(player) && Settings.FANCY_CHAT) {
|
||||
if (page < totalPages && page > 0) {
|
||||
// back | next
|
||||
new FancyMessage("")
|
||||
|
|
Loading…
Reference in a new issue