Skip to content

Commit 7771134

Browse files
committed
fix?
1 parent 62cf911 commit 7771134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/controllers/subsystem/init/persistence_misc.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ var/datum/subsystem/persistence_misc/SSpersistence_misc
243243

244244
/datum/persistence_task/highscores/proc/insert_records(list/records)
245245
data += records
246-
cmp_field = "cash"
246+
global.cmp_field = "cash"
247247
sortTim(data, /proc/cmp_list_by_element_desc)
248248
if (data.len > 5)
249249
data.Cut(6) // we only store the top 5

0 commit comments

Comments
 (0)