Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync

This commit is contained in:
xPokee
2025-09-24 10:13:01 -04:00
313 changed files with 6548 additions and 4624 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())