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