Skip to content

Commit cd2f0de

Browse files
Update TGS DMAPI (#1063)
Co-authored-by: tgstation-server <[email protected]>
1 parent 59fc9c5 commit cd2f0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/__DEFINES/tgs.dm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// tgstation-server DMAPI
22
// The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in IETF RFC 2119.
33

4-
#define TGS_DMAPI_VERSION "7.2.0"
4+
#define TGS_DMAPI_VERSION "7.2.1"
55

66
// All functions and datums outside this document are subject to change with any version and should not be relied on.
77

@@ -163,7 +163,7 @@
163163
return
164164

165165
/**
166-
* Consumers MUST this when your initializations are complete and your game is ready to play before any player interactions happen.
166+
* Consumers MUST call this when world initializations are complete and the game is ready to play before any player interactions happen.
167167
*
168168
* This may use [/world/var/sleep_offline] to make this happen so ensure no changes are made to it while this call is running.
169169
* Afterwards, consider explicitly setting it to what you want to avoid this BYOND bug: http://www.byond.com/forum/post/2575184

0 commit comments

Comments
 (0)