mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@@ -927,7 +927,6 @@ class World implements ChunkManager{
|
||||
$entity->scheduleUpdate();
|
||||
}
|
||||
|
||||
|
||||
foreach($chunk->getSubChunks() as $Y => $subChunk){
|
||||
if(!$subChunk->isEmptyFast()){
|
||||
$k = mt_rand(0, 0xfffffffff); //36 bits
|
||||
@@ -1046,7 +1045,6 @@ class World implements ChunkManager{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return $collides;
|
||||
}
|
||||
|
||||
@@ -1589,7 +1587,6 @@ class World implements ChunkManager{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if($player !== null){
|
||||
$ev = new BlockPlaceEvent($player, $hand, $blockReplace, $blockClicked, $item);
|
||||
if($player->isAdventure(true) and !$ev->isCancelled()){
|
||||
|
Reference in New Issue
Block a user