Add some boilerplate to the password reset.

This commit is contained in:
MarkBryanMilligan
2021-08-07 17:01:11 -05:00
parent 8d09ac39f2
commit 5a1f97abca
3 changed files with 9 additions and 3 deletions

View File

@@ -412,6 +412,7 @@ public class BreakerGroupEnergy {
_energyBlocks.put(block.getStart().getTime(), b);
} else
b.addJoules(block.getJoules());
b.addCharge(block.getCharge());
}
}
}