From ae3fdcc346b0178b3690fdddb347ca3eee712a5e Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Sat, 28 Aug 2021 22:02:21 +0100 Subject: [PATCH] And this too while I'm at it --- code/game/machinery/computer/message.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/message.dm b/code/game/machinery/computer/message.dm index 94b9f50cff2..b39a5ed9742 100644 --- a/code/game/machinery/computer/message.dm +++ b/code/game/machinery/computer/message.dm @@ -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]