And this too while I'm at it

This commit is contained in:
SabreML
2021-08-28 22:02:21 +01:00
parent 85eb273b4f
commit ae3fdcc346
+1 -1
View File
@@ -39,7 +39,7 @@
return INITIALIZE_HINT_LATELOAD // Give the message server time to initialize
/obj/machinery/computer/message_monitor/LateInitialize()
//Is the server isn't linked to a server, and there's a server available, default it to the first one in the list.
//Is the monitor isn't linked to a server, and there's a server available, default it to the first one in the list.
if(!linkedServer)
if(length(GLOB.message_servers))
linkedServer = GLOB.message_servers[1]