From 73de2b7fe9eb9c755240f9c359220ddb0d433863 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Tue, 12 Dec 2017 20:51:03 -0800 Subject: [PATCH] Changes the goonchat failed to load message since updating byond isn't needed anymore (#33474) It was a 511 beta that caused this issue, anybody still on 511 beta is not supported, They can move up to stable --- code/modules/goonchat/browserOutput.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/goonchat/browserOutput.dm b/code/modules/goonchat/browserOutput.dm index 7e0ca0bb7d..5bfcb9963d 100644 --- a/code/modules/goonchat/browserOutput.dm +++ b/code/modules/goonchat/browserOutput.dm @@ -104,7 +104,7 @@ GLOBAL_DATUM_INIT(iconCache, /savefile, new("data/iconCache.sav")) //Cache of ic sendClientData() //do not convert to to_chat() - SEND_TEXT(owner, "If you can see this, update byond.") + SEND_TEXT(owner, "Failed to load fancy chat, reverting to old chat. Certain features won't work.") pingLoop()