mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
fixes horrible loop in client/Topic (#14669)
Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
to_chat(src, "<span class='notice'>SSD warning acknowledged.</span>")
|
||||
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"])
|
||||
|
||||
Reference in New Issue
Block a user