mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
small correction
This commit is contained in:
@@ -344,7 +344,7 @@ function AUTOLASE:GetSmokeColor(RecceName)
|
|||||||
if self.RecceSmokeColor[RecceName] == nil then
|
if self.RecceSmokeColor[RecceName] == nil then
|
||||||
self.RecceSmokeColor[RecceName] = color
|
self.RecceSmokeColor[RecceName] = color
|
||||||
else
|
else
|
||||||
color = self.RecceLaserCode[RecceName]
|
color = self.RecceSmokeColor[RecceName]
|
||||||
end
|
end
|
||||||
return color
|
return color
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user