Removal of permission defaults (in favour of permission cascading) (#3937)

This commit is contained in:
Dylan T
2020-12-01 17:13:54 +00:00
committed by GitHub
parent 1eabc3fe75
commit 6d8833ccd3
13 changed files with 215 additions and 241 deletions

View File

@@ -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;
}