mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Updated ConsoleAPI::alias(), BlockAPI::fromString()
This commit is contained in:
@ -81,7 +81,7 @@ class BanAPI{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function commandHandler($cmd, $params, $issuer){
|
||||
public function commandHandler($cmd, $params, $issuer, $alias){
|
||||
$output = "";
|
||||
switch($cmd){
|
||||
case "op":
|
||||
|
Reference in New Issue
Block a user