More progress towards getting a replay to go

This commit is contained in:
2018-09-22 15:45:37 -05:00
parent 375ea625a6
commit 84304cbc6e
2 changed files with 38 additions and 2 deletions

View File

@ -1687,6 +1687,8 @@ namespace EduNetworkBuilder
{
//replay finished
ReplayInProgress = false;
//If we have succeeded, we need to mark it as passed
//If we have failed to complete, we need to mark it as failed
}
}
}