mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-12 16:43:01 +01:00
Add world.TgsVisibility() to DMAPI
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user