mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Missed a color check in colorable gunpods
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user