Skip to content

Commit

Permalink
Fixed me breaking quadtrees
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 27, 2023
1 parent 4d6da1a commit 85820ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/quadtree.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
if(range.contains(P))
if(flags & QTREE_SCAN_MOBS)
found_players.Add(P.player)
return
continue

if(P.player.client)
found_players.Add(P.player.client)
continue

0 comments on commit 85820ec

Please sign in to comment.