mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 17:36:34 +00:00
Merge remote-tracking branch 'origin/stable'
This commit is contained in:
commit
0ad663ff50
@ -38,6 +38,9 @@ parameters:
|
||||
- tests/phpunit
|
||||
- tests/plugins/TesterPlugin
|
||||
- tools
|
||||
excludePaths:
|
||||
analyseAndScan:
|
||||
- build/php
|
||||
dynamicConstantNames:
|
||||
- pocketmine\VersionInfo::IS_DEVELOPMENT_BUILD
|
||||
- pocketmine\DEBUG
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user