mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix plot list
This commit is contained in:
parent
5a6847a039
commit
18b0616244
@ -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 New Issue
Block a user