mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-14 23:41:21 +00:00
fix one time prefix
This commit is contained in:
parent
978d5858cf
commit
915db448f9
1 changed files with 1 additions and 2 deletions
|
@ -278,13 +278,12 @@ end
|
|||
function ap_airship.paint(self, colstr)
|
||||
if colstr then
|
||||
self.color = colstr
|
||||
paint(self, true)
|
||||
end
|
||||
end
|
||||
function ap_airship.paint2(self, colstr)
|
||||
if colstr then
|
||||
self.color2 = colstr
|
||||
paint(self)
|
||||
paint(self, true)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue