From 87f6fcc234f5288180f2c50cd3dde8f74ec8b80d Mon Sep 17 00:00:00 2001 From: AsnDen <75905158+AsnDen@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:20:49 +0300 Subject: [PATCH] AI now "can" use media console (#32334) (cherry picked from commit 72acce520070056432058bf430152bd542d1802c) --- Content.Server/MassMedia/Systems/NewsSystem.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Content.Server/MassMedia/Systems/NewsSystem.cs b/Content.Server/MassMedia/Systems/NewsSystem.cs index 910d277f7e..11d8c7e53d 100644 --- a/Content.Server/MassMedia/Systems/NewsSystem.cs +++ b/Content.Server/MassMedia/Systems/NewsSystem.cs @@ -303,9 +303,6 @@ public sealed class NewsSystem : SharedNewsSystem private bool CanUse(EntityUid user, EntityUid console) { - // This shouldn't technically be possible because of BUI but don't trust client. - if (!_interaction.InRangeUnobstructed(console, user)) - return false; if (TryComp(console, out var accessReaderComponent)) {