Merge pull request #4368 from Tastyfish/manifest-oops

Unbreaks the pda manifest
This commit is contained in:
Fox McCloud
2016-05-05 20:52:23 -04:00
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