mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Removal of permission defaults (in favour of permission cascading) (#3937)
This commit is contained in:
@@ -76,10 +76,6 @@ class ConsoleCommandSender implements CommandSender{
|
||||
return "CONSOLE";
|
||||
}
|
||||
|
||||
public function onOpStatusChange(bool $value) : void{
|
||||
|
||||
}
|
||||
|
||||
public function getScreenLineHeight() : int{
|
||||
return $this->lineHeight ?? PHP_INT_MAX;
|
||||
}
|
||||
|
Reference in New Issue
Block a user