From 96f0ab5e3705a2c93c212e0f1998e785693fae2e Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Sat, 10 Jul 2021 01:27:04 -0400 Subject: [PATCH] powder that makes you say yes --- code/_helpers/logging.dm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/code/_helpers/logging.dm b/code/_helpers/logging.dm index e5317da915..fa4ffabfee 100644 --- a/code/_helpers/logging.dm +++ b/code/_helpers/logging.dm @@ -231,7 +231,6 @@ /proc/log_pda(text, mob/speaker) if (config.log_pda) WRITE_LOG(diary, "PDA: [speaker.simple_info_line()]: [html_decode(text)]") -<<<<<<< HEAD //CHOMPEdit Begin if(speaker.client) if(!SSdbcore.IsConnected()) @@ -250,18 +249,6 @@ //GLOB.round_text_log += "([time_stamp()]) ([speaker]/[speaker.client]) MSG: - [text]" //CHOMPEdit End -||||||| parent of f69e6ff65b... Merge pull request #10979 from VOREStation/Arokha/tggarbo - - speaker.dialogue_log += "([time_stamp()]) ([speaker]/[speaker.client]) MSG: - [text]" - GLOB.round_text_log += "([time_stamp()]) ([speaker]/[speaker.client]) MSG: - [text]" - - -======= - - speaker.dialogue_log += "([time_stamp()]) ([speaker]/[speaker.client]) MSG: - [text]" - GLOB.round_text_log += "([time_stamp()]) ([speaker]/[speaker.client]) MSG: - [text]" - ->>>>>>> f69e6ff65b... Merge pull request #10979 from VOREStation/Arokha/tggarbo /proc/log_to_dd(text) to_world_log(text) //this comes before the config check because it can't possibly runtime if(config.log_world_output)