fix lantern visualizer animation error (#4800)
* fix lantern-visualizer * remove deleted check * Remove other component.Deleted checks
This commit is contained in:
@@ -34,6 +34,9 @@ namespace Content.Client.Light
|
||||
{
|
||||
base.OnChangeData(component);
|
||||
|
||||
if (!component.Initialized)
|
||||
return;
|
||||
|
||||
PlayAnimation(component);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user