fix popolamento liste
This commit is contained in:
@@ -917,7 +917,13 @@ namespace SMGen.Data.Services
|
||||
|
||||
if (next_state != "ALL_STATES" && next_state != "ND")
|
||||
{
|
||||
nextStates2Chk.Add(next_state);
|
||||
foreach (var st in StatesAll)
|
||||
{
|
||||
if (st.Key != "ND")
|
||||
{
|
||||
nextStates2Chk.Add(st.Key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user