Fixes hotkey emotes not getting the proper textbox

Now we can have both, textbox and typing indicator bubble.
This commit is contained in:
Verkister
2020-11-17 14:05:35 +02:00
committed by GitHub
parent 2ed936c6ee
commit 2bf5229f8e
+1 -1
View File
@@ -39,7 +39,7 @@
set hidden = 1
set_typing_indicator(TRUE)
var/message = input("","me (text)") as text
var/message = input("","me (text)") as message //VOREStation Edit
set_typing_indicator(FALSE)
if(message)