Two as anything greps (and some other cleanup) (#92974)

This commit is contained in:
MrMelbert
2025-09-20 13:44:28 -04:00
committed by GitHub
parent ae3274238c
commit 750ca9d2ec
86 changed files with 128 additions and 127 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
.["view_raw"] = view_raw
.["show_deleted"] = show_deleted
var/list/histories = list()
for(var/id as anything in book_history)
for(var/id in book_history)
var/list/insert = list()
for(var/datum/book_history_entry/entry in book_history[id])
insert += list(entry.serialize())