AAAAAAAAA

This commit is contained in:
silicons
2021-02-13 18:57:30 -07:00
parent 0487d51631
commit 77f4e08727
2 changed files with 3 additions and 3 deletions

View File

@@ -231,10 +231,10 @@
src_object = window.locked_by.src_object
// Insert src_object info
if(src_object)
entry += "\nUsing: [src_object.type] [REF(src_object)]"
entry += "Using: [src_object.type] [REF(src_object)]"
// Insert message
if(message)
entry += "\n[message]"
entry += "[message]"
WRITE_LOG(GLOB.tgui_log, entry)
/* Close open log handles. This should be called as late as possible, and no logging should hapen after. */

View File

@@ -77,7 +77,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
return
//Logs all hrefs, except chat pings
if(!(href_list["_src_"] == "chat" && href_list["proc"] == "ping" && LAZYLEN(href_list) == 2))
if(!(href_list.len == 4 && href_list["tgui"] == 1 && href_list["window_id"] == browseroutput && href_list["type"] == "ping" && href_list["payload"] == "%7B%22index%22%3A2%7D"))
log_href("[src] (usr:[usr]\[[COORD(usr)]\]) : [hsrc ? "[hsrc] " : ""][href]")
//byond bug ID:2256651