mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fixes hotkey emotes not getting the proper textbox
Now we can have both, textbox and typing indicator bubble.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user