mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user