Skip to content

Commit

Permalink
Update GridAssemblyLogic.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas committed Aug 6, 2024
1 parent e028052 commit 3758811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public override bool IsSerialized()
{
try
{
if (grid?.Physics == null)
if (grid?.Physics == null || grid.Storage == null)
return base.IsSerialized();

var serialized = AssemblySerializer.SerializeGrid(grid);
Expand Down

0 comments on commit 3758811

Please sign in to comment.