[MIRROR] Fix new photos not saving [MDB IGNORE] (#8485)

* Fix new photos not saving (#61750)

Fixes #61628

Also turns on LOG_PHOTO in the codebase config, to match with production, and because it barely costs anything anyway.

* Fix new photos not saving

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-09-29 23:02:48 +02:00
committed by GitHub
parent b94ead995d
commit 98a546cd21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
if(!json[id])
return
var/datum/picture/P = new
P.deserialize_json(json[id])
P.deserialize_list(json[id])
return P
/proc/log_path_from_picture_ID(id)
+1 -1
View File
@@ -159,7 +159,7 @@ LOG_MANIFEST
# LOG_TWITTER
## Enable logging pictures
# LOG_PICTURES
LOG_PICTURES
## log mecha actions
# LOG_MECHA