Rust-G integration. Makes logging procs 2-3 times less expensive (EVEN WITH CALL OVERHEAD). tgstation/tgstation#36858

This commit is contained in:
tigercat2000
2018-04-19 15:08:59 -08:00
parent 2364b0332b
commit a2507f589d
8 changed files with 67 additions and 83 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
//Logs all hrefs
if(config && config.log_hrefs)
WRITE_LOG(GLOB.world_href_log, "<small>[time2text(world.timeofday,"hh:mm")] [src] (usr:[usr])</small> || [hsrc ? "[hsrc] " : ""][href]<br>")
log_href("[src] (usr:[usr]\[[COORD(usr)]\]) : [hsrc ? "[hsrc] " : ""][href]")
if(href_list["karmashop"])
if(config.disable_karma)