Add world.TgsVisibility() to DMAPI

This commit is contained in:
Jordan Dominion
2023-10-21 00:02:59 -04:00
parent abdf8b6bfd
commit 53eafffbd0
8 changed files with 35 additions and 2 deletions
+6
View File
@@ -17,6 +17,12 @@
log << "Running in security level: [sec]"
var/vis = TgsVisibility()
if(isnull(vis))
FailTest("TGS Visibility was null!")
log << "Running in visibility: [vis]"
if(params["expect_chat_channels"])
var/list/channels = TgsChatChannelInfo()
if(!length(channels))