From 6804787ff4b10dc00392e8a1619558c599de7e42 Mon Sep 17 00:00:00 2001 From: Autumn211 Date: Fri, 26 Jun 2020 22:38:47 +0100 Subject: [PATCH] Fixes typo in NTTC.dm comments --- code/game/machinery/tcomms/nttc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/tcomms/nttc.dm b/code/game/machinery/tcomms/nttc.dm index 14e932dcf7f..cd880970b23 100644 --- a/code/game/machinery/tcomms/nttc.dm +++ b/code/game/machinery/tcomms/nttc.dm @@ -2,7 +2,7 @@ NTTC system This is basically the replacement for NTSL and allows tickbox features such as job titles and colours, without needing a script This also means that there is no user input here, which means the system isnt prone to exploits since its only selecting options, no user input - Basically, just imagine pfSense for tcomsm + Basically, just imagine pfSense for tcomms All this code was written by Tigercat2000. I take no credit -aa07 */