fixes state laws on department channels (#30368)

This commit is contained in:
YPOQ
2017-09-04 06:09:07 -06:00
committed by AnturK
parent a1773dc5d6
commit 36fe5326f7
+1 -1
View File
@@ -310,7 +310,7 @@
else //For department channels, if any, given by the internal radio.
for(var/key in GLOB.department_radio_keys)
if(GLOB.department_radio_keys[key] == Autochan)
radiomod = key
radiomod = ":" + key
break
to_chat(src, "<span class='notice'>Automatic announcements [Autochan == "None" ? "will not use the radio." : "set to [Autochan]."]</span>")