Merge pull request #38672 from AutomaticFrenzy/patch/goonchat-motd

Fix the MOTD having too many newlines
This commit is contained in:
Jordan Brown
2018-06-25 10:18:20 -04:00
committed by letterjay
parent dd03c3e104
commit 1c41c36489
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
var/motd = global.config.motd
if(motd)
to_chat(src, "<div class=\"motd\">[motd]</div>")
to_chat(src, "<div class=\"motd\">[motd]</div>", handle_whitespace=FALSE)
if(GLOB.admin_notice)
to_chat(src, "<span class='notice'><b>Admin Notice:</b>\n \t [GLOB.admin_notice]</span>")