mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Entity: rename checkBlockCollisions() to checkBlockIntersections()
This commit is contained in:
@ -262,7 +262,7 @@ abstract class Projectile extends Entity{
|
||||
}
|
||||
|
||||
$this->getWorld()->onEntityMoved($this);
|
||||
$this->checkBlockCollision();
|
||||
$this->checkBlockIntersections();
|
||||
|
||||
Timings::$entityMove->stopTiming();
|
||||
}
|
||||
|
Reference in New Issue
Block a user