Fixes #5278: SAM site on the TD shellmap starts open
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenRA.Mods.RA
|
|||||||
|
|
||||||
public void BuildingComplete(Actor self)
|
public void BuildingComplete(Actor self)
|
||||||
{
|
{
|
||||||
if (!skippedMakeAnimation)
|
if (skippedMakeAnimation)
|
||||||
{
|
{
|
||||||
state = PopupState.Closed;
|
state = PopupState.Closed;
|
||||||
rb.PlayCustomAnimRepeating(self, "closed-idle");
|
rb.PlayCustomAnimRepeating(self, "closed-idle");
|
||||||
|
|||||||
Reference in New Issue
Block a user