Update Controllable.lua (#1519)

Error line 1463
This commit is contained in:
Applevangelist 2021-04-25 20:31:02 +02:00 committed by GitHub
parent 236a69e5dc
commit a466365949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1460,7 +1460,7 @@ function CONTROLLABLE:TaskFireAtPoint( Vec2, Radius, AmmoCount, WeaponType, Alti
DCSTask.params.weaponType=WeaponType
end
self:I(DCSTask)
--self:I(DCSTask)
return DCSTask
end