Skip to content

Commit

Permalink
don't need .view
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Nov 27, 2023
1 parent 83422ac commit caabe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/game_master/game_master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100)
if(tgui_alert(ui.user, "Do you want to delete all xenos within your view range?", "Confirmation", list("Yes", "No")) != "Yes")
return

for(var/mob/living/carbon/xenomorph/viewed_xeno in view(ui.user.client.view))
for(var/mob/living/carbon/xenomorph/viewed_xeno in view(ui.user.client))
qdel(viewed_xeno)

return
Expand Down

0 comments on commit caabe49

Please sign in to comment.