Skip to content

Commit

Permalink
AI now "can" use media console (#32334)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsnDen committed Sep 22, 2024
1 parent 4f5255b commit 72acce5
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 72acce5

Please sign in to comment.