Merge pull request #11997 from Tayyyyyyy/fix_quotes

Fix quotes not working in announcements
This commit is contained in:
variableundefined
2019-08-13 14:03:53 +08:00
committed by GitHub
-1
View File
@@ -613,7 +613,6 @@ Traitors and the like can also be revived with the previous role mostly intact.
var/input = input(usr, "Please enter anything you want. Anything. Serious.", "What's the message?") as message|null
if(!input)
return
input = html_encode(input)
switch(alert("Should this be announced to the general population?",,"Yes","No", "Cancel"))
if("Yes")