fixed a bug where boxDrop J would call oneills method
This commit is contained in:
parent
d75a05f998
commit
eb752eddbb
@ -61,7 +61,7 @@ public class Tester {
|
||||
oneill.boxDrop();
|
||||
break;
|
||||
case "J" :
|
||||
oneill.boxDrop();
|
||||
jaffa.boxDrop();
|
||||
break;
|
||||
}
|
||||
return "box dropped";
|
||||
|
Loading…
Reference in New Issue
Block a user