Adds a fix

This commit is contained in:
Anewbe
2017-02-04 21:11:23 -06:00
committed by GitHub
parent dd38e42dc5
commit 68ea9a6e69
+1 -1
View File
@@ -1226,7 +1226,7 @@
for(var/client/X in admins)
if((R_ADMIN|R_MOD|R_MENTOR) & X.holder.rights)
to_chat(X, take_msg)
to_chat(M, "<span class='notice'><b>Your adminhelp is being attended to by [key_name(usr.client)]. Thanks for your patience!</b></span>")
to_chat(M, "<span class='notice'><b>Your adminhelp is being attended to by [usr.client]. Thanks for your patience!</b></span>")
else
to_chat(usr, "<span class='warning'>Unable to locate mob.</span>")