mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user