mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Updated ConsoleAPI::alias(), BlockAPI::fromString()
This commit is contained in:
@@ -107,7 +107,7 @@ class PlayerAPI{
|
||||
}
|
||||
}
|
||||
|
||||
public function commandHandler($cmd, $params, $issuer){
|
||||
public function commandHandler($cmd, $params, $issuer, $alias){
|
||||
$output = "";
|
||||
switch($cmd){
|
||||
case "tp":
|
||||
|
Reference in New Issue
Block a user