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]")