CT v0.0.2

This commit is contained in:
Frank
2018-10-12 00:11:39 +02:00
parent 46882ed192
commit eda359e20f
3 changed files with 73 additions and 51 deletions

View File

@@ -667,7 +667,7 @@ function POSITIONABLE:GetAoA()
if unitpos then
-- Get velocity vector of the unit.
local unitvel = self:GetVelocity()
local unitvel = self:GetVelocityVec3()
if unitvel and UTILS.VecNorm(unitvel)~=0 then