diff --git a/src/pocketmine/command/defaults/TitleCommand.php b/src/pocketmine/command/defaults/TitleCommand.php index 485cd07ee..7654c9d4f 100644 --- a/src/pocketmine/command/defaults/TitleCommand.php +++ b/src/pocketmine/command/defaults/TitleCommand.php @@ -82,7 +82,7 @@ class TitleCommand extends VanillaCommand{ $player->addActionBarMessage(implode(" ", array_slice($args, 2))); break; case "times": - if(count($args) < 4){ + if(count($args) < 5){ throw new InvalidCommandSyntaxException(); }