no more " " wizard for you (#48308)

This commit is contained in:
Ty-the-Smonk
2019-12-20 19:43:04 +01:00
committed by skoglol
parent 42183eda5f
commit 5f9ebbe223
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
switch(choice)
if("name")
var/newname = copytext(sanitize_name(input(H, "Who are we again?", "Name change", H.name) as null|text),1,MAX_NAME_LEN)
var/newname = copytext(sanitize_name(reject_bad_text(input(H, "Who are we again?", "Name change", H.name) as null|text)),1,MAX_NAME_LEN)
if(!newname)
return