mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
Merge pull request #9318 from VOREStation/Verkister-patch-5
Fixes hotkey emotes not getting the proper textbox
This commit is contained in:
committed by
Chompstation Bot
parent
9788c05c8b
commit
6699d74e8c
@@ -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