From e7e5863093fc995f07233320f3fa000224a32b46 Mon Sep 17 00:00:00 2001 From: harryob Date: Sun, 13 Aug 2023 17:56:21 +0100 Subject: [PATCH] silly redis --- code/datums/redis/callbacks/asay.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/redis/callbacks/asay.dm b/code/datums/redis/callbacks/asay.dm index 1d994f75b447..9c60a394a4ac 100644 --- a/code/datums/redis/callbacks/asay.dm +++ b/code/datums/redis/callbacks/asay.dm @@ -10,7 +10,7 @@ var/msg = SPAN_MOD("[data["rank"]]: [data["author"]]@[data["source"]]: [strip_html(data["message"])]") for(var/client/client in GLOB.admins) - if(!(R_MOD|R_ADMIN & client.admin_holder.rights)) + if(!(R_ADMIN & client.admin_holder.rights) && !(R_MOD & client.admin_holder.rights)) continue to_chat(client, msg)