Merge pull request #4347 from Citadel-Station-13/upstream-merge-33474

[MIRROR] Changes the goonchat failed to load message since updating byond isn't needed anymore
This commit is contained in:
deathride58
2017-12-13 17:04:10 +00:00
committed by GitHub
+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()