Merge branch 'next-minor' into next-major

This commit is contained in:
Dylan K. Taylor
2022-11-04 20:47:26 +00:00
18 changed files with 54 additions and 13 deletions

View File

@ -72,7 +72,6 @@ class HelpCommand extends VanillaCommand{
$pageHeight = $sender->getScreenLineHeight();
if($commandName === ""){
/** @var Command[][] $commands */
$commands = [];
foreach($sender->getServer()->getCommandMap()->getCommands() as $command){
if($command->testPermissionSilent($sender)){