mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Replacing a loop with the older code.
This commit is contained in:
@@ -1245,8 +1245,7 @@
|
||||
if(copytext(hud.icon_state,1,4) == "hud") //ugly, but icon comparison is worse, I believe
|
||||
client.images.Remove(hud)
|
||||
|
||||
for(var/hud in global_huds)
|
||||
client.screen.Remove(hud)
|
||||
client.screen.Remove(global_hud.blurry, global_hud.druggy, global_hud.vimpaired, global_hud.darkMask, global_hud.nvg, global_hud.thermal, global_hud.meson)
|
||||
|
||||
update_action_buttons()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user