mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Fix picture metadata storing json strings inside json. (#60911)
This commit is contained in:
committed by
GitHub
parent
66601bba98
commit
5b577a5fbe
@@ -155,7 +155,7 @@
|
||||
fdel(jsonpath)
|
||||
else
|
||||
json = list()
|
||||
json[id] = serialize_json()
|
||||
json[id] = serialize_list()
|
||||
WRITE_FILE(jsonpath, json_encode(json))
|
||||
|
||||
/datum/picture/proc/Copy(greyscale = FALSE, cropx = 0, cropy = 0)
|
||||
|
||||
Reference in New Issue
Block a user