managaestor

This commit is contained in:
aarav18
2022-03-18 18:25:55 -06:00
parent bc95d7a0b8
commit e1c17ca9db
3 changed files with 6 additions and 6 deletions
@@ -60,8 +60,8 @@ public class ManageStorage extends CommandBase {
}
private void checkColor() {
this.alliance = this.storage.getColor();
rightColor = this.alliance.equals(Robot.alliance);
// this.alliance = this.storage.getColor();
// rightColor = this.alliance.equals(Robot.alliance);
}
// Called once the command ends or is interrupted.