Fixed always-nil variable

This commit is contained in:
RafaPolit
2023-01-09 12:54:10 -05:00
parent 2632845fd3
commit b264bc2df0
+1 -1
View File
@@ -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