fixed a bug where boxDrop J would call oneills method

This commit is contained in:
Kjistóf 2016-04-26 01:31:55 +02:00
parent d75a05f998
commit eb752eddbb

View File

@ -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";