From c79fb9f288a05c03c22d65c9cdc2db8dc7d19306 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Fri, 18 May 2018 10:50:59 -0400 Subject: [PATCH] href instead --- code/controllers/subsystem/ticker.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 0ac69f7f754..6a7331c55d8 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -615,9 +615,9 @@ SUBSYSTEM_DEF(ticker) var/statspage = CONFIG_GET(string/roundstatsurl) var/gamelogloc = CONFIG_GET(string/gamelogurl) if(statspage) - to_chat(world, "Round statistics and logs can be viewed at [statspage][GLOB.round_id]") + to_chat(world, "Round statistics and logs can be viewed at this website!") else if(gamelogloc) - to_chat(world, "Round logs can be located at [gamelogloc]") + to_chat(world, "Round logs can be located at this website!") log_game("Rebooting World. [reason]")