mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Replace all legacy blockID references with BlockIds::
This commit is contained in:
@ -1803,7 +1803,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
return false;
|
||||
}
|
||||
|
||||
if($blockClicked->getId() === Block::AIR){
|
||||
if($blockClicked->getId() === BlockIds::AIR){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user