Bump to 7 entries per page (matches MCPE)

This commit is contained in:
Dylan K. Taylor 2017-01-12 09:42:07 +00:00 committed by GitHub
parent 57f3f9b4ed
commit 3daa2723bf

View File

@ -61,7 +61,7 @@ class HelpCommand extends VanillaCommand{
if($sender instanceof ConsoleCommandSender){ if($sender instanceof ConsoleCommandSender){
$pageHeight = PHP_INT_MAX; $pageHeight = PHP_INT_MAX;
}else{ }else{
$pageHeight = 5; $pageHeight = 7;
} }
if($command === ""){ if($command === ""){