Skip to content

Commit e5f4b77

Browse files
committed
Fixed minor typo in listplayer command
1 parent e458d79 commit e5f4b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/jcdesimp/landlord/LandlordCommandExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private boolean landlord_listplayer(CommandSender sender, String[] args, String
926926
for(int i = (numPerPage*pageNumber-numPerPage); i<(numPerPage*pageNumber); i++){
927927
pMsg+=landList.get(i);
928928
}
929-
pMsg+=ChatColor.DARK_GREEN+"--- do"+ChatColor.YELLOW+" /"+label+" list "+(pageNumber+1)+ChatColor.DARK_GREEN+" for next page ---";
929+
pMsg+=ChatColor.DARK_GREEN+"--- do"+ChatColor.YELLOW+" /"+label+" listplayer "+(pageNumber+1)+ChatColor.DARK_GREEN+" for next page ---";
930930
}
931931

932932
sender.sendMessage(pMsg);

0 commit comments

Comments
 (0)