From 7ee077c17a6523fe0386a217ecce890feffca784 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sun, 9 Aug 2015 21:00:09 +0200 Subject: [PATCH] Fix unnecessary space --- code/modules/shuttles/antagonist.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttles/antagonist.dm b/code/modules/shuttles/antagonist.dm index aaf5e6ace5c..13cccbc900f 100644 --- a/code/modules/shuttles/antagonist.dm +++ b/code/modules/shuttles/antagonist.dm @@ -16,7 +16,7 @@ is_syndicate = 1 /obj/machinery/computer/shuttle_control/multi/syndicate/attack_ai(user as mob) - user << " Access Denied." + user << "Access Denied." return 1 /obj/machinery/computer/shuttle_control/multi/xenos