Automatic TGS DMAPI Update (#15412)

* Update TGS DMAPI

* Cleanup attributes

Co-authored-by: DMAPI Update <action@github.com>
This commit is contained in:
github-actions[bot]
2021-02-02 12:46:09 +00:00
committed by GitHub
co-authored by DMAPI Update
parent b7fe4241e3
commit d27f9e584f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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