Skip to content

Commit

Permalink
yes (#27329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang authored Nov 9, 2024
1 parent 9b2cd0a commit aec6b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/tgui_input/list_input.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
// Gets rid of illegal characters
var/static/regex/blacklisted_words = regex(@{"([^\u0020-\u8000]+)"})

for(var/i in items)
for(var/i in _items)
var/string_key = blacklisted_words.Replace("[i]", "")

// Avoids duplicated keys E.g: when areas have the same name
Expand Down

0 comments on commit aec6b15

Please sign in to comment.