Ignore computer component on client.
This commit is contained in:
@@ -12,7 +12,6 @@ using Content.Shared.GameObjects.Components.Chemistry;
|
|||||||
using Content.Shared.GameObjects.Components.Markers;
|
using Content.Shared.GameObjects.Components.Markers;
|
||||||
using Content.Shared.GameObjects.Components.Research;
|
using Content.Shared.GameObjects.Components.Research;
|
||||||
using Content.Shared.Interfaces;
|
using Content.Shared.Interfaces;
|
||||||
using Robust.Client;
|
|
||||||
using Robust.Client.Interfaces;
|
using Robust.Client.Interfaces;
|
||||||
using Robust.Client.Interfaces.Graphics.Overlays;
|
using Robust.Client.Interfaces.Graphics.Overlays;
|
||||||
using Robust.Client.Interfaces.Input;
|
using Robust.Client.Interfaces.Input;
|
||||||
@@ -94,6 +93,7 @@ namespace Content.Client
|
|||||||
"PowerCell",
|
"PowerCell",
|
||||||
"AiController",
|
"AiController",
|
||||||
"PlayerInputMover",
|
"PlayerInputMover",
|
||||||
|
"Computer"
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var ignoreName in registerIgnore)
|
foreach (var ignoreName in registerIgnore)
|
||||||
|
|||||||
Reference in New Issue
Block a user