mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Introduced pocketmine.group.console
this is only used for /dumpmemory right now, but it's planned to be used for more stuff.
This commit is contained in:
@@ -45,7 +45,7 @@ class ConsoleCommandSender implements CommandSender{
|
||||
|
||||
public function __construct(Server $server, Language $language){
|
||||
$this->server = $server;
|
||||
$this->perm = new PermissibleBase([DefaultPermissions::ROOT_OPERATOR => true]);
|
||||
$this->perm = new PermissibleBase([DefaultPermissions::ROOT_CONSOLE => true]);
|
||||
$this->language = $language;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user