diff --git a/src/API/ConsoleAPI.php b/src/API/ConsoleAPI.php index 3b6c488e4..6bb8ff06e 100644 --- a/src/API/ConsoleAPI.php +++ b/src/API/ConsoleAPI.php @@ -59,12 +59,6 @@ class ConsoleAPI{ public function defaultCommands($cmd, $params, $issuer, $alias){ $output = ""; switch($cmd){ - case "reload": - $output .= "Reloading..."; - $this->server->api->plugin->loadAll(); - $this->server->api->plugin->initAll(); - $output .= "done\n"; - break; case "crash": //Crashes the server to generate an report $this->callNotDefinedMethodCrash(); $this->server->api->server; //Access a private property