From 6237928c4b4f439812c521c4800b43f06cb3d9df Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 12 May 2021 16:55:21 -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 5bc8db94f2..eda3089905 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 - .["data"] = revdata.date + .["date"] = revdata.date .["dd_version"] = world.byond_build .["dd_build"] = world.byond_version .["dm_version"] = DM_BUILD