mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
yes (#27329)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user