mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Bump to 7 entries per page (matches MCPE)
This commit is contained in:
parent
57f3f9b4ed
commit
3daa2723bf
@ -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 === ""){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user