Skip to content

Commit

Permalink
AI now "can" use media console
Browse files Browse the repository at this point in the history
  • Loading branch information
AsnDen committed Sep 20, 2024
1 parent c4d12df commit 8dd7537
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Content.Server/MassMedia/Systems/NewsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ private void UpdateWriterDevices()

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<AccessReaderComponent>(console, out var accessReaderComponent))
{
Expand Down

0 comments on commit 8dd7537

Please sign in to comment.