Skip to content

Commit

Permalink
nullspace
Browse files Browse the repository at this point in the history
  • Loading branch information
plykiya committed Jul 13, 2024
1 parent 2df9064 commit 1e65605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Pointing/EntitySystems/PointingSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public bool InRange(EntityUid pointer, EntityCoordinates coordinates)
{
if (HasComp<GhostComponent>(pointer))
{

return _transform.InRange(Transform(pointer).Coordinates, coordinates, 15);
}
else
Expand Down

0 comments on commit 1e65605

Please sign in to comment.