Skip to content

Commit

Permalink
Apostrof The Grand Return (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx authored Mar 28, 2024
1 parent 80dd03b commit 432e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preference_setup/general/01_basic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/datum/category_item/player_setup_item/physical/basic/OnTopic(href, list/href_list, mob/user)
if(href_list["rename"])
var/raw_name = tgui_input_text(user, "Choose your character's name", "Character Name", max_length = MAX_NAME_LEN)
var/raw_name = tgui_input_text(user, "Choose your character's name", "Character Name", max_length = MAX_NAME_LEN, encode = FALSE)
if(isnull(raw_name) && CanUseTopic(user))
return

Expand Down

0 comments on commit 432e0b5

Please sign in to comment.