Skip to content

Commit

Permalink
Сносим изменения датума ТГУИ
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRomainzZ committed Nov 27, 2023
1 parent 891367a commit 050b2e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/tgui/tgui_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@
src.interface = interface

if(title)
if(findtext_char(title, regex(@"[А-Яа-я]")))
src.title = capitalize(sanitize(title, list("\proper"="", "\improper"="")))
else
src.title = sanitize(title)
src.title = sanitize(title)
if(width)
src.width = width
if(height)
Expand Down

0 comments on commit 050b2e0

Please sign in to comment.