reporting when things done
This commit is contained in:
parent
3531a119a0
commit
49b2f63698
@ -1187,7 +1187,8 @@ namespace EduNetworkBuilder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//kill all extra windows that no longer need to be open.
|
//kill all extra windows that no longer need to be open.
|
||||||
KillAllExtraWindows();
|
if(!NB.ProcessingInvisibleNetwork())
|
||||||
|
KillAllExtraWindows();
|
||||||
|
|
||||||
if (WhatFrom == null)
|
if (WhatFrom == null)
|
||||||
{
|
{
|
||||||
|
@ -2868,6 +2868,7 @@ namespace EduNetworkBuilder
|
|||||||
{
|
{
|
||||||
myNetwork.Tick(true);
|
myNetwork.Tick(true);
|
||||||
myNetwork.NonVisualProcessPacketsMultipleTimes();
|
myNetwork.NonVisualProcessPacketsMultipleTimes();
|
||||||
|
myNetwork.TestForCompletion(false); //Just in case it needs to be tested
|
||||||
}
|
}
|
||||||
NB.UnregisterInvisibleNetwork();
|
NB.UnregisterInvisibleNetwork();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user