mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-12 04:31:09 +00:00
Optimizations
This commit is contained in:
@@ -1200,7 +1200,7 @@ function AUTOLASE:onafterMonitor(From, Event, To)
|
|||||||
coordinate = unit:GetCoord(),
|
coordinate = unit:GetCoord(),
|
||||||
}
|
}
|
||||||
if self.smoketargets then
|
if self.smoketargets then
|
||||||
local coord = unit:GetCoord()
|
local coord = unit:GetCoordinate()
|
||||||
if self.smokeoffset then
|
if self.smokeoffset then
|
||||||
coord:Translate(self.smokeoffset.Distance,self.smokeoffset.Angle,true,true)
|
coord:Translate(self.smokeoffset.Distance,self.smokeoffset.Angle,true,true)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user