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();
|
oneill.boxDrop();
|
||||||
break;
|
break;
|
||||||
case "J" :
|
case "J" :
|
||||||
oneill.boxDrop();
|
jaffa.boxDrop();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return "box dropped";
|
return "box dropped";
|
||||||
|
Loading…
Reference in New Issue
Block a user