mirror of
https://github.com/4sval/FModel.git
synced 2026-09-26 11:07:39 -05:00
fixed rare crashes
This commit is contained in:
@@ -62,8 +62,8 @@ namespace FModel
|
||||
{
|
||||
int index = listBeforeData.IndexOf(str);
|
||||
|
||||
Console.WriteLine("DName: " + listBeforeData[index - 3]);
|
||||
Console.WriteLine("Description: " + listBeforeData[index - 1]);
|
||||
//Console.WriteLine("DName: " + listBeforeData[index - 3]);
|
||||
//Console.WriteLine("Description: " + listBeforeData[index - 1]);
|
||||
|
||||
myNamespacesList.Add(listBeforeData[index - 3]);
|
||||
myNamespacesList.Add(listBeforeData[index - 1]);
|
||||
|
||||
Reference in New Issue
Block a user