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
This commit is contained in:
Kyle Spier-Swenson
2017-12-12 20:51:03 -08:00
committed by CitadelStationBot
parent 046138b896
commit 73de2b7fe9
+1 -1
View File
@@ -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, "<span class=\"userdanger\">If you can see this, update byond.</span>")
SEND_TEXT(owner, "<span class=\"userdanger\">Failed to load fancy chat, reverting to old chat. Certain features won't work.</span>")
pingLoop()