mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-09 11:31:49 +00:00
Removed /crash
This commit is contained in:
parent
996bf6b366
commit
8d7fafe167
@ -59,11 +59,6 @@ class ConsoleAPI{
|
|||||||
public function defaultCommands($cmd, $params, $issuer, $alias){
|
public function defaultCommands($cmd, $params, $issuer, $alias){
|
||||||
$output = "";
|
$output = "";
|
||||||
switch($cmd){
|
switch($cmd){
|
||||||
case "crash": //Crashes the server to generate an report
|
|
||||||
$this->callNotDefinedMethodCrash();
|
|
||||||
$this->server->api->server; //Access a private property
|
|
||||||
callNotExistingFunction();
|
|
||||||
break;
|
|
||||||
case "invisible":
|
case "invisible":
|
||||||
$p = strtolower(array_shift($params));
|
$p = strtolower(array_shift($params));
|
||||||
switch($p){
|
switch($p){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user