Browse Source

FillObject now no longer commits changes

Kenric Nugteren 5 months ago
parent
commit
6d2371e33a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      InABox.Core/CoreTable/CoreRow.cs

+ 0 - 1
InABox.Core/CoreTable/CoreRow.cs

@@ -119,7 +119,6 @@ namespace InABox.Core
                 }
             }
 
-            obj.CommitChanges();
             obj.SetObserving(true);
         }