fix DiffCollection
This commit is contained in:
parent
09f332130a
commit
1bf00c816f
|
@ -447,7 +447,8 @@ public class {{o.name}} : IRpc
|
|||
//old items leftovers are considered removed
|
||||
for(; old_i < old_items.Count; old_i++)
|
||||
{
|
||||
removed.Add(old_items[old_i].MakeId());
|
||||
if(removed != null)
|
||||
removed.Add(old_items[old_i].MakeId());
|
||||
has_diff = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue