Remove empty for loop (#31051)

This commit is contained in:
wixoa
2025-11-20 06:05:29 +00:00
committed by GitHub
parent bae3119294
commit e39ee7613c
@@ -54,7 +54,6 @@
if(current in antag_hud.hudusers)
antag_hud.leave_hud(current)
for(var/datum/atom_hud/data/hud in GLOB.huds)
for(var/hud_key, hud in GLOB.huds)
var/datum/atom_hud/data/data_hud = hud
if(!istype(data_hud))