Skip to content

Commit

Permalink
Fixed minor typo in listplayer command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdesimp committed Jun 16, 2014
1 parent e458d79 commit e5f4b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/jcdesimp/landlord/LandlordCommandExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ private boolean landlord_listplayer(CommandSender sender, String[] args, String
for(int i = (numPerPage*pageNumber-numPerPage); i<(numPerPage*pageNumber); i++){
pMsg+=landList.get(i);
}
pMsg+=ChatColor.DARK_GREEN+"--- do"+ChatColor.YELLOW+" /"+label+" list "+(pageNumber+1)+ChatColor.DARK_GREEN+" for next page ---";
pMsg+=ChatColor.DARK_GREEN+"--- do"+ChatColor.YELLOW+" /"+label+" listplayer "+(pageNumber+1)+ChatColor.DARK_GREEN+" for next page ---";
}

sender.sendMessage(pMsg);
Expand Down

0 comments on commit e5f4b77

Please sign in to comment.