Change to reset everytime storage returns to the default command

This commit is contained in:
Keenan D. Buckley
2020-03-08 14:30:52 -06:00
parent 09af79f102
commit 2a2b594b9c
2 changed files with 3 additions and 2 deletions
@@ -128,6 +128,7 @@ public class ManageStorage extends CommandBase {
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {
m_storageMode = StorageMode.RESET;
}
// Returns true when the command should end.