From 72dbf3f511f2bc8dccb2c944696aafb093cc9da8 Mon Sep 17 00:00:00 2001 From: Buggy123 Date: Thu, 12 Jan 2017 15:06:23 -0500 Subject: [PATCH] Removed admin message on emitter poweroff (#22935) --- code/modules/power/singularity/emitter.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm index 4edcc8d37d6..63aac680697 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -167,7 +167,6 @@ update_icon() investigate_log("lost power and turned off","singulo") log_game("Emitter lost power in ([x],[y],[z])") - message_admins("Emitter lost power in ([x],[y],[z] - JMP)",0,1) return src.last_shot = world.time