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