Merge pull request #33311 from optimumtact/meme

Blank messages no longer add a second input box, after you close the
This commit is contained in:
Jordan Brown
2017-12-06 23:49:25 -05:00
committed by GitHub
-2
View File
@@ -5,8 +5,6 @@
if(GLOB.say_disabled) //This is here to try to identify lag problems
to_chat(usr, "<span class='danger'>Speech is currently admin-disabled.</span>")
return
if(!message)
message = input(src, "What do you want to say?", "Speech") as null|text
if(message)
say(message)