Ignore FirelockElectronics component on the client
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Items
|
||||
{
|
||||
[RegisterComponent]
|
||||
class FirelockElectronics : Component
|
||||
{
|
||||
public override string Name => "FirelockElectronics";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user