Merge pull request #9318 from VOREStation/Verkister-patch-5

Fixes hotkey emotes not getting the proper textbox
This commit is contained in:
Verkister
2020-11-17 22:06:07 +00:00
committed by Chompstation Bot
parent 9788c05c8b
commit 6699d74e8c
+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)