mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Fix pings in the href logs. (#9593)
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
completed_asset_jobs += job
|
||||
return
|
||||
|
||||
if(href_list["_src_"] == "chat") // Oh god the ping hrefs.
|
||||
return chatOutput.Topic(href, href_list)
|
||||
|
||||
//Logs all hrefs
|
||||
if(config && config.log_hrefs && investigations[I_HREFS])
|
||||
var/datum/log_controller/I = investigations[I_HREFS]
|
||||
@@ -74,7 +77,6 @@
|
||||
if("usr") hsrc = mob
|
||||
if("prefs") return prefs.process_link(usr,href_list)
|
||||
if("vars") return view_var_Topic(href,href_list,hsrc)
|
||||
if("chat") return chatOutput.Topic(href, href_list)
|
||||
|
||||
switch(href_list["action"])
|
||||
if ("openLink")
|
||||
|
||||
Reference in New Issue
Block a user