From c79f3a38bc3e37eabdcb9e92b3e53c40233d9d66 Mon Sep 17 00:00:00 2001 From: CapnMachaddish Date: Mon, 11 Jan 2021 18:10:56 -0600 Subject: [PATCH] I hope this doesn't break things --- code/__HELPERS/text.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 3985659b..917d200a 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -114,7 +114,7 @@ #define LETTERS_DETECTED 4 //Filters out undesirable characters from names -/proc/reject_bad_name(t_in, allow_numbers = FALSE, max_length = MAX_NAME_LEN, ascii_only = TRUE) +/proc/reject_bad_name(t_in, allow_numbers = TRUE, max_length = MAX_NAME_LEN, ascii_only = TRUE) if(!t_in) return //Rejects the input if it is null