mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Bump to 7 entries per page (matches MCPE)
This commit is contained in:
@ -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 === ""){
|
||||||
|
Reference in New Issue
Block a user