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/phpunit
|
||||||
- tests/plugins/TesterPlugin
|
- tests/plugins/TesterPlugin
|
||||||
- tools
|
- tools
|
||||||
|
excludePaths:
|
||||||
|
analyseAndScan:
|
||||||
|
- build/php
|
||||||
dynamicConstantNames:
|
dynamicConstantNames:
|
||||||
- pocketmine\VersionInfo::IS_DEVELOPMENT_BUILD
|
- pocketmine\VersionInfo::IS_DEVELOPMENT_BUILD
|
||||||
- pocketmine\DEBUG
|
- pocketmine\DEBUG
|
||||||
|
@ -176,7 +176,7 @@ abstract class Projectile extends Entity{
|
|||||||
Timings::$entityMove->startTiming();
|
Timings::$entityMove->startTiming();
|
||||||
|
|
||||||
$start = $this->location->asVector3();
|
$start = $this->location->asVector3();
|
||||||
$end = $start->addVector($this->motion);
|
$end = $start->add($dx, $dy, $dz);
|
||||||
|
|
||||||
$blockHit = null;
|
$blockHit = null;
|
||||||
$entityHit = null;
|
$entityHit = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user