From 9598dcac5ee9f935ec30a210d9ead20c656e6479 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sat, 13 Apr 2019 00:57:59 +0200 Subject: [PATCH] fixed PM's --- code/modules/client/client procs.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index ac9a88aaa08..a0e2629dd20 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -78,6 +78,9 @@ C = M.client if(!C) // Might be a stealthmin ID, so pass it in straight C = href_list["priv_msg"] + else if(C.UID() != href_list["priv_msg"]) + to_chat(src, "Error: Private-Message: Client not found.") + return cmd_admin_pm(C, null, href_list["type"]) return