Fix the DMAPI

This commit is contained in:
Jordan Brown
2020-05-14 14:40:33 -04:00
parent 6bf8bf65f3
commit 2833cbb796
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//tgstation-server DMAPI
#define TGS_DMAPI_VERSION "5.1.0"
#define TGS_DMAPI_VERSION "5.1.1"
//All functions and datums outside this document are subject to change with any version and should not be relied on
+1 -1
View File
@@ -6,7 +6,7 @@ TGS_DEFINE_AND_SET_GLOBAL(tgs, null)
/datum/tgs_api/New(datum/tgs_event_handler/event_handler, datum/tgs_version/version)
. = ..()
src.event_handler = version
src.event_handler = event_handler
src.version = version
/datum/tgs_api/latest