mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 15:19:56 +00:00
Remove unnecessary @throws
This commit is contained in:
parent
4b21e35d6e
commit
50d59619a6
@ -1818,8 +1818,6 @@ class Server{
|
|||||||
* @param string $commandLine
|
* @param string $commandLine
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*
|
|
||||||
* @throws \Exception
|
|
||||||
*/
|
*/
|
||||||
public function dispatchCommand(CommandSender $sender, $commandLine){
|
public function dispatchCommand(CommandSender $sender, $commandLine){
|
||||||
if($this->commandMap->dispatch($sender, $commandLine)){
|
if($this->commandMap->dispatch($sender, $commandLine)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user