Added print to box methods in Menu
This commit is contained in:
parent
491924bdb4
commit
55940e42ae
@ -30,10 +30,10 @@ public class Menu {
|
||||
tester.move(input[1]);
|
||||
break;
|
||||
case "boxLift":
|
||||
tester.boxLift(input[1]);
|
||||
System.out.println(tester.boxLift(input[1]));
|
||||
break;
|
||||
case "boxDrop":
|
||||
tester.boxDrop(input[1]);
|
||||
System.out.println(tester.boxDrop(input[1]));
|
||||
break;
|
||||
case "shootONeillsGun":
|
||||
tester.shootONeillsGun(input[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user