News Update + Communicator Lag Fix (#7973)

* News Update + Communicator Lag Fix

* combined if. please merge this has been up way too long
This commit is contained in:
Cerebulon
2021-03-21 12:11:44 -09:00
committed by GitHub
parent 420a8005f7
commit 7d8fa646b2
2 changed files with 30 additions and 2 deletions
@@ -40,7 +40,7 @@
var/list/feeds = list()
for(var/datum/feed_channel/channel in news_network.network_channels)
var/list/messages = list()
if(!channel.censored)
if(!channel.censored && channel.channel_name != "Vir News Network") //Do not load the 'IC news' channel as it is simply too long.
var/index = 0
for(var/datum/feed_message/FM in channel.messages)
index++