Skip to content

Commit

Permalink
Automatic TGS DMAPI Update (#5040)
Browse files Browse the repository at this point in the history
This pull request updates the TGS DMAPI to the latest version. Please
note any breaking or unimplemented changes before merging.

Co-authored-by: tgstation-server <[email protected]>
  • Loading branch information
cm13-github and tgstation-server committed Nov 26, 2023
1 parent 3d7d84f commit 3296a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/tgs/v4/api.dm
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@
return channel

/datum/tgs_api/v4/SecurityLevel()
return GLOB.security_level
return security_level
2 changes: 1 addition & 1 deletion code/modules/tgs/v5/api.dm
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@

/datum/tgs_api/v5/SecurityLevel()
RequireInitialBridgeResponse()
return GLOB.security_level
return security_level

/datum/tgs_api/v5/Visibility()
RequireInitialBridgeResponse()
Expand Down

0 comments on commit 3296a8f

Please sign in to comment.