mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Block: Derive light filter level based on isTransparent() return
this might be dynamic.
This commit is contained in:
@ -29,8 +29,4 @@ abstract class Transparent extends Block{
|
||||
public function isTransparent() : bool{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getLightFilter() : int{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user