From 0d206742fa083f7ff841975871241e95ce0bf063 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:35:49 -0700 Subject: [PATCH] Update world_topic.dm --- 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 434c0c9b59..6b8d1c9ce5 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -293,7 +293,7 @@ "dm_version" = DM_VERSION, "dm_build" = DM_BUILD, "revision" = revdata.commit, - "round_id" = "[GLOB.round_id]" + "round_id" = "[GLOB.round_id]", "testmerge_base_url" = "[CONFIG_GET(string/githuburl)]/pull/" ) if (revdata.testmerge.len)