fixes double indicators?

This commit is contained in:
Enric Gabriel
2020-07-11 02:57:36 -03:00
parent 40d7397379
commit eb93eb2c3e
7 changed files with 9 additions and 69 deletions
@@ -1,8 +0,0 @@
/mob/key_down(_key, client/user)
if(user.prefs.toggles & ASYNCHRONOUS_SAY)
switch(_key)
if("T")
src.set_typing_indicator(TRUE)
if("M")
src.set_typing_indicator(TRUE)
return ..()