This commit is contained in:
EdwardFaucher 2022-11-29 19:32:55 -05:00
parent 66dd400d0d
commit 601189ab5d

View File

@ -38,6 +38,6 @@ public class ResetGyro extends CommandBase {
// Returns true when the command should end. // Returns true when the command should end.
@Override @Override
public boolean isFinished() { public boolean isFinished() {
return false; return true;
} }
} }