From: AsnDen <75905158+AsnDen@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:20:49 +0000 (+0300) Subject: AI now "can" use media console (#32334) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=72acce520070056432058bf430152bd542d1802c;p=space-station-14.git AI now "can" use media console (#32334) --- diff --git a/Content.Server/MassMedia/Systems/NewsSystem.cs b/Content.Server/MassMedia/Systems/NewsSystem.cs index 899e941993..3ac4ecc37b 100644 --- a/Content.Server/MassMedia/Systems/NewsSystem.cs +++ b/Content.Server/MassMedia/Systems/NewsSystem.cs @@ -309,9 +309,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)) {