Merge pull request #7814 from Crazylemon64/many_fixes

Runtime killer v2
This commit is contained in:
Fox McCloud
2017-07-22 00:39:10 -04:00
committed by GitHub
11 changed files with 44 additions and 26 deletions
@@ -568,6 +568,8 @@
for(var/thing in data["content"])
if(islist(thing))
list_to_object(thing, src)
else if(thing == null)
log_runtime(EXCEPTION("Null entry found in storage/deserialize."), src)
else
log_runtime(EXCEPTION("Non-list thing found in storage/deserialize."), src, list("Thing: [thing]"))
..()