mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-08-18 21:25:48 +00:00
Fixed always-nil variable
This commit is contained in:
@@ -5467,7 +5467,7 @@ function ctld.JTACAutoLase(_jtacGroupName, _laserCode, _smoke, _lock, _colour, _
|
|||||||
if _smoke == true then
|
if _smoke == true then
|
||||||
|
|
||||||
--create first smoke
|
--create first smoke
|
||||||
ctld.createSmokeMarker(_enemyUnit, _colour)
|
ctld.createSmokeMarker(_defaultEnemyUnit, _colour)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user