From 9420c7a4a37fec6669351ddcc8b5d08b1602d2a6 Mon Sep 17 00:00:00 2001 From: Repede Date: Wed, 28 Feb 2018 20:26:17 -0500 Subject: [PATCH] yes --- code/modules/DMAPI/yawnDMAPI.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/DMAPI/yawnDMAPI.dm b/code/modules/DMAPI/yawnDMAPI.dm index a86e561558..82d70da8af 100644 --- a/code/modules/DMAPI/yawnDMAPI.dm +++ b/code/modules/DMAPI/yawnDMAPI.dm @@ -9,7 +9,7 @@ // - FAX /datum/server_tools_command/readfax - name ="readfax" + name = "readfax" help_text = "Reads a fax with specified faxid" required_parameters = 1 admin_only = TRUE