From e39ee7613cf654068ef06f326ee3388f63a59268 Mon Sep 17 00:00:00 2001 From: wixoa Date: Thu, 20 Nov 2025 01:05:29 -0500 Subject: [PATCH] Remove empty for loop (#31051) --- code/modules/antagonists/_common/antag_hud.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/antagonists/_common/antag_hud.dm b/code/modules/antagonists/_common/antag_hud.dm index 9a81c4ade44..b4428723b92 100644 --- a/code/modules/antagonists/_common/antag_hud.dm +++ b/code/modules/antagonists/_common/antag_hud.dm @@ -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))