SScommunications

This commit is contained in:
AffectedArc07
2019-04-21 20:12:14 +01:00
parent a0581c314a
commit ff78ff1a9c
42 changed files with 447 additions and 517 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
if(SYNDTEAM_FREQ)
freq_text = "#unid"
else
for(var/channel in radiochannels)
if(radiochannels[channel] == display_freq)
for(var/channel in SSradio.radiochannels)
if(SSradio.radiochannels[channel] == display_freq)
freq_text = channel
break