Merge remote-tracking branch 'origin/stable'

This commit is contained in:
Dylan K. Taylor
2021-10-05 01:17:59 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -176,7 +176,7 @@ abstract class Projectile extends Entity{
Timings::$entityMove->startTiming();
$start = $this->location->asVector3();
$end = $start->addVector($this->motion);
$end = $start->add($dx, $dy, $dz);
$blockHit = null;
$entityHit = null;