fix lantern visualizer animation error (#4800)
* fix lantern-visualizer * remove deleted check * Remove other component.Deleted checks
This commit is contained in:
@@ -37,11 +37,6 @@ namespace Content.Client.Chemistry.Visualizers
|
||||
{
|
||||
base.OnChangeData(component);
|
||||
|
||||
if (component.Deleted)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (component.TryGetData<Angle>(VaporVisuals.Rotation, out var radians))
|
||||
{
|
||||
SetRotation(component, radians);
|
||||
|
||||
Reference in New Issue
Block a user