Fixes blank alerts

This commit is contained in:
CitadelStationBot
2017-04-27 17:35:12 -05:00
parent 1334608d23
commit 5ee703d21f
+1 -1
View File
@@ -396,7 +396,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
A.action = action
A.target = source
if(!alert_overlay)
alert_overlay = new(src)
alert_overlay = new(source)
alert_overlay.layer = FLOAT_LAYER
alert_overlay.plane = FLOAT_PLANE
A.add_overlay(alert_overlay)