mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Encode changes (#11301)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5e6a4639d0
commit
4e2361f8df
@@ -8,7 +8,7 @@
|
||||
|
||||
var/input
|
||||
if(!message)
|
||||
input = sanitize(tgui_input_text(src,"Choose an emote to display."))
|
||||
input = tgui_input_text(src,"Choose an emote to display.", max_length = MAX_MESSAGE_LEN)
|
||||
else
|
||||
input = message
|
||||
process_normal_emote(m_type, message, input, range)
|
||||
|
||||
Reference in New Issue
Block a user