Fix DMAPI not returning a value for world.TgsSecurityLevel()

This commit is contained in:
Jordan Dominion
2023-10-20 23:48:12 -04:00
parent d608107c03
commit 4c84601435
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -153,4 +153,4 @@
/world/TgsSecurityLevel()
var/datum/tgs_api/api = TGS_READ_GLOBAL(tgs)
if(api)
api.SecurityLevel()
return api.SecurityLevel()