mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Merge commit '9cd6b3e1c7cd81d0a4b0da68d9b3ff026c9f6495'
This commit is contained in:
@@ -50,9 +50,7 @@ abstract class Command{
|
||||
/** @var string[] */
|
||||
private $aliases = [];
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
/** @var string[] */
|
||||
private $activeAliases = [];
|
||||
|
||||
/** @var CommandMap|null */
|
||||
|
@@ -78,9 +78,7 @@ use function trim;
|
||||
|
||||
class SimpleCommandMap implements CommandMap{
|
||||
|
||||
/**
|
||||
* @var Command[]
|
||||
*/
|
||||
/** @var Command[] */
|
||||
protected $knownCommands = [];
|
||||
|
||||
/** @var Server */
|
||||
|
Reference in New Issue
Block a user