= Updated return, sorted bench

This commit is contained in:
Matthew Cech
2019-09-11 14:01:32 -07:00
parent 770ed84983
commit d1dfab411e
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public class CommandDew extends Command {
{
super(level, rating);
framework.addCommand("start", command);
framework.addCommand("start", new CommandDewStart(KittyRole.Dev, KittyRating.Safe));
}
@Override