1
0

Cleanup Vector3 constructors and Abs

This commit is contained in:
peterbell10
2017-08-28 12:48:02 +01:00
parent a5869b3c09
commit 3687ef397c
3 changed files with 20 additions and 39 deletions

View File

@@ -81,7 +81,7 @@ protected:
{
Vector3d Intersection = LineStart + m_Projectile->GetSpeed() * LineCoeff; // Point where projectile goes into the hit block
if (cPluginManager::Get()->CallHookProjectileHitBlock(*m_Projectile, a_BlockX, a_BlockY, a_BlockZ, Face, &Intersection))
if (cPluginManager::Get()->CallHookProjectileHitBlock(*m_Projectile, a_BlockX, a_BlockY, a_BlockZ, Face, Intersection))
{
return false;
}