Reverting 75a42ce26ccf2aaf164b98debfdf06a24d95b94d

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-21 17:03:22 +01:00
parent 2e0d49a2ba
commit 59763a35c7

View File

@ -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