add comment

This commit is contained in:
Tim Young 2018-09-24 08:55:11 -05:00
parent 84304cbc6e
commit e61f13c2c1
1 changed files with 1 additions and 0 deletions

View File

@ -2846,6 +2846,7 @@ namespace EduNetworkBuilder
NetworkAction replay = actions.FindAction(NetworkName);
if (replay == null) return; //No replay for this network
//Loading the network automatically registers it as the current replay
LoadNetworkFromResource(NetworkName, true);
//Make a boolean that says we are in a replaying state