Manifest Fix (#10189)

This commit is contained in:
Geeves
2020-10-07 23:03:50 +02:00
committed by GitHub
parent f178386b3c
commit 7a04e78cf5
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -243,8 +243,8 @@
"bot" = nonhuman_positions
)
for(var/datum/record/general/t in records)
var/name = sanitize(t.name)
var/rank = sanitize(t.rank)
var/name = sanitize(t.name, encode = FALSE)
var/rank = sanitize(t.rank, encode = FALSE)
var/real_rank = make_list_rank(t.real_rank)
var/isactive = t.physical_status