Merge master into mcpe-1.0

This commit is contained in:
Dylan K. Taylor
2017-01-21 13:43:41 +00:00
3 changed files with 7 additions and 4 deletions

View File

@@ -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{
}
}
}
}