From ecb466507efde733e32b772eb123ff30663d930a Mon Sep 17 00:00:00 2001 From: Purpose Date: Sun, 21 Oct 2018 18:23:55 +0100 Subject: [PATCH] super important --- code/modules/admin/verbs/SDQL2/SDQL_2_parser.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/SDQL2/SDQL_2_parser.dm b/code/modules/admin/verbs/SDQL2/SDQL_2_parser.dm index 0d0573e3760..56fcab49293 100644 --- a/code/modules/admin/verbs/SDQL2/SDQL_2_parser.dm +++ b/code/modules/admin/verbs/SDQL2/SDQL_2_parser.dm @@ -60,7 +60,7 @@ /datum/SDQL_parser/proc/parse_error(error_message) error = 1 - to_chat(usr, "SQDL2 Parsing Error: [error_message]") + to_chat(usr, "SDQL2 Parsing Error: [error_message]") return query.len + 1 /datum/SDQL_parser/proc/parse()