From 8953ea6fbf06edf6162e36d05877279ce800d2bf Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Fri, 8 Jul 2016 02:57:17 +0100 Subject: [PATCH] Removes needless src - Woops --- code/modules/paperwork/photocopier.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index ed23b087f75..ff3b7b90b3a 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -309,7 +309,7 @@ return 0 else visible_message("The Photocopier pings and a robotic voice speaks up:") - playsound(src.loc, 'sound/machines/ping.ogg', 50, 0) + playsound(loc, 'sound/machines/ping.ogg', 50, 0) visible_message("Attention: Posterior Placed on Printing Plaque!") return 1