Unbroke the pda manifest

This commit is contained in:
Tastyfish
2016-05-05 20:36:32 -04:00
parent 5115967fc7
commit 71a7f10b7f
3 changed files with 5 additions and 7 deletions
@@ -141,7 +141,6 @@ using /obj/effect/datacore/proc/manifest_inject( ), or manifest_insert( )
*/
var/global/list/PDA_Manifest = list()
var/global/ManifestJSON
/obj/effect/datacore/proc/get_manifest_json()
if(PDA_Manifest.len)
@@ -224,6 +223,5 @@ var/global/ManifestJSON
"bot" = bot,\
"misc" = misc\
)
ManifestJSON = json_encode(PDA_Manifest)
return