diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 3f0ffc86498..ba68ebc4c57 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -264,6 +264,7 @@ to_chat(src, "SSD warning acknowledged.") 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 switch(href_list["action"]) if("openLink") src << link(href_list["link"])