From 8e2921f3c041f9eca69735769d3a681bfb358bff Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 12 May 2021 17:36:01 -0700 Subject: [PATCH] woo --- code/datums/world_topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 02abbdd8e9..da8e323b09 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -285,7 +285,7 @@ /datum/world_topic/revision/Run(list/input, addr) . = list() var/datum/getrev/revdata = GLOB.revdata - .["date"] = revdata.date + .["date"] = copytext(revdata.date, 1, 11) .["dd_version"] = world.byond_build .["dd_build"] = world.byond_version .["dm_version"] = DM_BUILD