mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-11 20:35:15 +00:00
Update Lava.php
This commit is contained in:
parent
65a7560185
commit
1f360c8bfb
@ -115,7 +115,7 @@ class LavaBlock extends LiquidBlock{
|
|||||||
if($tlevel != 0x00){
|
if($tlevel != 0x00){
|
||||||
for ($s = 0; $s <= 5; $s++) {
|
for ($s = 0; $s <= 5; $s++) {
|
||||||
$ssb = $sb->getSide($s);
|
$ssb = $sb->getSide($s);
|
||||||
rAPI::request()->api->block->scheduleBlockUpdate(new Position($ssb, 0, 0, $this->level), 40, BLOCK_UPDATE_NORMAL);
|
ServerAPI::request()->api->block->scheduleBlockUpdate(new Position($ssb, 0, 0, $this->level), 40, BLOCK_UPDATE_NORMAL);
|
||||||
}
|
}
|
||||||
$this->level->setBlock($sb, new AirBlock(), false, false, true);
|
$this->level->setBlock($sb, new AirBlock(), false, false, true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user