Merge pull request #6812 from Citadel-Station-13/upstream-merge-37928

[MIRROR] Comms consoles don't update while viewing messages
This commit is contained in:
LetterJay
2018-05-21 08:30:19 -05:00
committed by GitHub
@@ -45,7 +45,7 @@
/obj/machinery/computer/communications/process()
if(..())
if(state != STATE_STATUSDISPLAY && state != STATE_CALLSHUTTLE && state != STATE_PURCHASE)
if(state != STATE_STATUSDISPLAY && state != STATE_CALLSHUTTLE && state != STATE_PURCHASE && state != STATE_VIEWMESSAGE)
updateDialog()
/obj/machinery/computer/communications/Topic(href, href_list)