From df583c0196a7a1bef12f79a9b4befd0968ea3d39 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Fri, 29 Apr 2016 18:14:10 -0700 Subject: [PATCH] No runtimes allowed ever --- code/game/objects/items/devices/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index a7b45580016..6edaf58bc7c 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -275,7 +275,7 @@ var/global/list/default_medbay_channels = list( ..() /mob/living/automatedannouncer/proc/autocleanup() - log_debug("An announcer somehow managed to outlive the radio! Deleting! Area: [get_area(src)], Loc: [src.loc.loc]" + log_debug("An announcer somehow managed to outlive the radio! Deleting! Area: [get_area(src)]" qdel(src) // Interprets the message mode when talking into a radio, possibly returning a connection datum