PM's work again

This commit is contained in:
joep van der velden
2019-04-27 22:25:04 +02:00
parent 1544756ce6
commit 86c8cf0c8b
5 changed files with 9 additions and 11 deletions
+1 -3
View File
@@ -73,9 +73,7 @@
//Admin PM
if(href_list["priv_msg"])
var/client/C = locate(href_list["priv_msg"])
if(ismob(C)) //Old stuff can feed-in mobs instead of clients
var/mob/M = C
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"])