mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
U_I Phase 1.2: Something is broken somewhere
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
if(client && !stat)
|
||||
typing_indicator.invisibility = invisibility
|
||||
if(!is_preference_enabled(/datum/client_preference/show_typing_indicator))
|
||||
overlays -= typing_indicator
|
||||
add_overlay(typing_indicator)
|
||||
else
|
||||
if(state)
|
||||
if(!typing)
|
||||
overlays += typing_indicator
|
||||
add_overlay(typing_indicator)
|
||||
typing = 1
|
||||
else
|
||||
if(typing)
|
||||
overlays -= typing_indicator
|
||||
cut_overlay(typing_indicator)
|
||||
typing = 0
|
||||
return state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user