This commit is contained in:
EdwardFaucher
2023-02-20 19:30:17 -05:00
3 changed files with 2 additions and 1 deletions

View File

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