Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2022-02-16 12:23:03 +01:00
3 changed files with 72 additions and 17 deletions

View File

@@ -344,7 +344,7 @@ function AUTOLASE:GetSmokeColor(RecceName)
if self.RecceSmokeColor[RecceName] == nil then
self.RecceSmokeColor[RecceName] = color
else
color = self.RecceLaserCode[RecceName]
color = self.RecceSmokeColor[RecceName]
end
return color
end