mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
And this too while I'm at it
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user