Skip to content

Commit

Permalink
Update TGS DMAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgstation-server committed Nov 26, 2023
1 parent 61cadbf commit 41346ff
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 41346ff

Please sign in to comment.