I hope this doesn't break things

This commit is contained in:
CapnMachaddish
2021-01-11 18:10:56 -06:00
parent 761dcbd9ff
commit c79f3a38bc
+1 -1
View File
@@ -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