From d27f9e584f9e5d588a8cd444c486dcd126d5872d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 12:46:09 +0000 Subject: [PATCH] Automatic TGS DMAPI Update (#15412) * Update TGS DMAPI * Cleanup attributes Co-authored-by: DMAPI Update --- code/__DEFINES/tgs.dm | 4 ++-- code/modules/tgs/v3210/api.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/__DEFINES/tgs.dm b/code/__DEFINES/tgs.dm index de9533dc32b..f89c6960204 100644 --- a/code/__DEFINES/tgs.dm +++ b/code/__DEFINES/tgs.dm @@ -1,6 +1,6 @@ // tgstation-server DMAPI -#define TGS_DMAPI_VERSION "6.0.1" +#define TGS_DMAPI_VERSION "6.0.2" // All functions and datums outside this document are subject to change with any version and should not be relied on. @@ -101,7 +101,7 @@ // #define TGS_EVENT_WORLD_END_PROCESS 19 // #define TGS_EVENT_WORLD_REBOOT 20 /// Watchdog event when TgsInitializationComplete() is called. No parameters. - #define TGS_EVENT_WORLD_PRIME 21 +#define TGS_EVENT_WORLD_PRIME 21 // OTHER ENUMS diff --git a/code/modules/tgs/v3210/api.dm b/code/modules/tgs/v3210/api.dm index 5b41e6a89d8..245381b93ea 100644 --- a/code/modules/tgs/v3210/api.dm +++ b/code/modules/tgs/v3210/api.dm @@ -160,7 +160,7 @@ var/datum/tgs_revision_information/test_merge/tm = new tm.number = text2num(I) var/list/entry = json[I] - tm.pull_request_commit = entry["commit"] + tm.head_commit = entry["commit"] tm.author = entry["author"] tm.title = entry["title"] . += tm