No calling within masterReset

This commit is contained in:
ericrius1 2015-10-07 15:40:12 -07:00
parent 39d0d82067
commit 3f3c91116b

View file

@ -1170,6 +1170,4 @@ MasterReset = function () {
Script.scriptEnding.connect(cleanup);
}
};
MasterReset();
};