Skip to content

Commit 896f385

Browse files
enarhiFraser Greenroyd
authored andcommitted
Set UseAdapterId to false to maintain functionality
1 parent 3f2395f commit 896f385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RAM_Adapter/RAMAdapter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public RAMAdapter(string filePath = "", bool active = false)
5252
SetupDependencies();
5353
SetupComparers();
5454

55+
m_AdapterSettings.UseAdapterId = false;
56+
5557
m_Application = null;
5658
m_Application = new RamDataAccess1();
5759
m_IDBIO = null;

0 commit comments

Comments
 (0)