mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
ÂCommand: fixed inconsistent API method name
This commit is contained in:
@ -86,7 +86,7 @@ abstract class Command{
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getPermission() : array{
|
||||
public function getPermissions() : array{
|
||||
return $this->permission;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user