diff --git a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs index 33945ed16e..d8fafb4931 100644 --- a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs @@ -21,6 +21,7 @@ using Robust.Shared.Map.Events; using Robust.Shared.Timing; using Robust.Shared.Utility; +using Robust.Shared.Player; namespace Content.Server.DeviceNetwork.Systems;