Added CommandEvent, deprecated (Remote)?ServerCommandEvent (#2376)

This commit is contained in:
SOFe
2018-08-19 19:59:16 +08:00
committed by Dylan K. Taylor
parent 0dc4bd36e1
commit ebffff0caa
5 changed files with 90 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class FormattedCommandAlias extends Command{
}
foreach($commands as $command){
$result |= Server::getInstance()->dispatchCommand($sender, $command);
$result |= Server::getInstance()->dispatchCommand($sender, $command, true);
}
return (bool) $result;