mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 11:48:49 +01:00
fixes double indicators?
This commit is contained in:
@@ -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 ..()
|
||||
Reference in New Issue
Block a user