Fix friend -> Access for some components

This commit is contained in:
wrexbe
2022-06-09 18:35:12 -07:00
parent e17024b301
commit 6478a83cc1
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
namespace Content.Server.DeviceNetwork.Components;
[RegisterComponent]
[Friend(typeof(DeviceListSystem))]
[Access(typeof(DeviceListSystem))]
public sealed class DeviceListComponent : Component
{
/// <summary>