mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[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:
@@ -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
@@ -159,7 +159,7 @@ LOG_MANIFEST
|
||||
# LOG_TWITTER
|
||||
|
||||
## Enable logging pictures
|
||||
# LOG_PICTURES
|
||||
LOG_PICTURES
|
||||
|
||||
## log mecha actions
|
||||
# LOG_MECHA
|
||||
|
||||
Reference in New Issue
Block a user