Minor change based on diff

This commit is contained in:
Zuhayr
2014-10-09 06:18:49 +10:30
parent d3566ecd62
commit 4e5d8b787e
+1 -2
View File
@@ -80,7 +80,6 @@ var/global/image/typing_indicator
// Clear out any existing typing indicator.
if(prefs.toggles & SHOW_TYPING)
var/mob/M = eye
if(M && istype(M)) M.set_typing_indicator(0)
if(istype(mob)) mob.set_typing_indicator(0)
feedback_add_details("admin_verb","TID") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!