mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Remove empty for loop (#31051)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user