Skip to content

Commit

Permalink
Simple fix for Unicode in #591 (#2811)
Browse files Browse the repository at this point in the history
missing _char

Co-authored-by: RaShCAt <[email protected]>
Co-authored-by: Archemagus <[email protected]>
  • Loading branch information
3 people authored Apr 10, 2024
1 parent 698cff9 commit 2822404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_nova/master_files/code/_globalvars/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
if (!input_text)
return input_text
var/start = lowertext(input_text[1])
return splicetext(input_text, 1, 2, start)
return splicetext_char(input_text, 1, 2, start)

0 comments on commit 2822404

Please sign in to comment.