Merge pull request #7494 from VOREStation/upstream-merge-6990

[MIRROR] Refactor telecomms and consoles to operate on logical zlevels
This commit is contained in:
Aronai Sieyes
2020-04-29 11:40:20 -04:00
committed by GitHub
7 changed files with 40 additions and 18 deletions
+1 -1
View File
@@ -377,7 +377,7 @@
var/turf/T = join_props["turf"]
var/join_message = join_props["msg"]
var/announce_channel = join_props["channel"] || "Common" // VOREStation Add
var/announce_channel = join_props["channel"] || "Common"
if(!T || !join_message)
return 0