Missed a color check in colorable gunpods

This commit is contained in:
Aronai Sieyes
2020-03-24 16:32:16 -04:00
parent c8bc11a7de
commit 53e8fbff40
+1 -1
View File
@@ -191,7 +191,7 @@
stripe1_overlay = image("gunpod_stripes1")
stripe1_overlay.color = stripe1_color
add_overlay(stripe1_overlay)
if(stripe2_overlay)
if(stripe2_color)
stripe2_overlay = image("gunpod_stripes2")
stripe2_overlay.color = stripe2_color
add_overlay(stripe2_overlay)