small correction

This commit is contained in:
Applevangelist 2022-02-15 07:30:41 +01:00
parent 21c242ee05
commit e46922d341

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