Fix visualizer issues (#3440)

This commit is contained in:
Ygg01
2021-02-28 12:02:08 +01:00
committed by GitHub
parent 2326cb5f3c
commit df76ceee6c
3 changed files with 4 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ namespace Content.Client.GameObjects.Components.Storage
spriteComponent.LayerSetVisible(OpenIcon, false);
break;
}
component.SetData(StackVisuals.Hide, bagState == SharedBagState.Close);
}
}
}