From 24d5a2cf4e1b1b5349cd1bd01290ab18c7a8e773 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 5 May 2016 23:20:03 +0200 Subject: [PATCH] Whoops --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 54ec74baf63..b3300a3cee1 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -311,7 +311,7 @@ if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates. -CP winset(src, "rpane.changelog", "background-color=#f4aa94;font-style=bold") prefs.SetChangelog(src,changelog_hash) - src << "Changelog has changed since your last visit." + to_chat(src, "Changelog has changed since your last visit.") if(!void) void = new()