From c9f9d984d7a8b45c573e82c8af28ef96c84c02b0 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 12 Mar 2018 21:06:18 -0400 Subject: [PATCH] POLARIS: Reduce double admin logs --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index a9075a8430..a31748d676 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -6,7 +6,7 @@ var/global/floorIsLava = 0 //////////////////////////////// /proc/message_admins(var/msg) msg = "ADMIN LOG: [msg]" - log_adminwarn(msg) + //log_adminwarn(msg) //log_and_message_admins is for this for(var/client/C in admins) if((R_ADMIN|R_MOD) & C.holder.rights) C << msg