mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +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){
|
||||
$pageHeight = PHP_INT_MAX;
|
||||
}else{
|
||||
$pageHeight = 5;
|
||||
$pageHeight = 7;
|
||||
}
|
||||
|
||||
if($command === ""){
|
||||
@ -103,4 +103,4 @@ class HelpCommand extends VanillaCommand{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user