Try fix invalid entities in device networks (#22845)
* Try fix invalid entities in device networks * more fixes * a * fix device merging
This commit is contained in:
@@ -102,17 +102,6 @@ public sealed class NetworkConfiguratorSystem : SharedNetworkConfiguratorSystem
|
||||
_overlay.RemoveOverlay(overlay);
|
||||
}
|
||||
|
||||
// hacky solution related to mapping
|
||||
public void SetActiveDeviceList(EntityUid tool, EntityUid list, NetworkConfiguratorComponent? component = null)
|
||||
{
|
||||
if (!Resolve(tool, ref component))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
component.ActiveDeviceList = list;
|
||||
}
|
||||
|
||||
private sealed class StatusControl : Control
|
||||
{
|
||||
private readonly RichTextLabel _label;
|
||||
|
||||
Reference in New Issue
Block a user