diff Export.lua @ 116:bccce18e12cb v54

Fixed a bug with transition from v52 crucible data to v53+.
author yellowfive
date Wed, 04 Oct 2017 11:18:19 -0700
parents 4cd98aa90d78
children 5cb881417bbf
line wrap: on
line diff
--- a/Export.lua	Wed Oct 04 01:09:12 2017 -0700
+++ b/Export.lua	Wed Oct 04 11:18:19 2017 -0700
@@ -383,6 +383,9 @@
 			end			
 			previewKey = table.concat(previewKey, "_")
 			
+			if not crucible.Previewed then
+				crucible.Previewed = {}
+			end
 			crucible.Previewed[previewKey] = preview
 		end
 	end