From 9e63d2fed3eec60fc3763cbd2d444f50f9fbac18 Mon Sep 17 00:00:00 2001 From: Funce Date: Mon, 7 Dec 2020 18:47:28 +1300 Subject: [PATCH] Our Discord message shouldn't rely on their being another station (#2063) --- code/controllers/subsystem/ticker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index a9fa2d3bf17..3fe0a7f3080 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -587,6 +587,7 @@ SUBSYSTEM_DEF(ticker) if(news_message && length(CONFIG_GET(keyed_list/cross_server))) //SKYRAT EDIT - CONFIG CHECK MOVED FROM ROUNDEND.DM send2otherserver(news_source, news_message,"News_Report") //SKYRAT EDIT - START + if(news_message) return news_message else return "We regret to inform you that shit be whack, yo. None of our reporters have any idea of what may or may not have gone on."