From 4b0a322b9fa5ecfc2728c4aebecba6fcf6766b29 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 23 Aug 2023 19:12:05 -0400 Subject: [PATCH] Add clairifying doc comment to DMAPI --- build/Version.props | 2 +- src/DMAPI/tgs.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Version.props b/build/Version.props index d8e38c66b0..f703b522f9 100644 --- a/build/Version.props +++ b/build/Version.props @@ -9,7 +9,7 @@ 6.0.1 11.1.1 12.1.1 - 6.5.2 + 6.5.3 5.6.1 1.4.0 1.2.1 diff --git a/src/DMAPI/tgs.dm b/src/DMAPI/tgs.dm index 22c3827022..6187a67825 100644 --- a/src/DMAPI/tgs.dm +++ b/src/DMAPI/tgs.dm @@ -1,6 +1,6 @@ // tgstation-server DMAPI -#define TGS_DMAPI_VERSION "6.5.2" +#define TGS_DMAPI_VERSION "6.5.3" // All functions and datums outside this document are subject to change with any version and should not be relied on. @@ -154,7 +154,7 @@ #define TGS_TOPIC var/tgs_topic_return = TgsTopic(args[1]); if(tgs_topic_return) return tgs_topic_return /** - * Call this as late as possible in [world/proc/Reboot]. + * Call this as late as possible in [world/proc/Reboot] (BEFORE ..()). */ /world/proc/TgsReboot() return