From ea18ee9507466dae66a60f2b9e4017af0466c64d Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Sun, 17 Jan 2021 09:09:36 +0000 Subject: [PATCH] SSD warning spam (#15306) --- code/modules/client/client_procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 0c2aa04569e..5571292adac 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -191,6 +191,7 @@ if(href_list["ssdwarning"]) ssd_warning_acknowledged = TRUE to_chat(src, "SSD warning acknowledged.") + return if(href_list["link_forum_account"]) link_forum_account() return // prevents a recursive loop where the ..() 5 lines after this makes the proc endlessly re-call itself