From eb752eddbb6781bbc83ec0908aebfca752d33828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Tue, 26 Apr 2016 01:31:55 +0200 Subject: [PATCH] fixed a bug where boxDrop J would call oneills method --- cicaprojekt/Tester.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index 0c70376..a0594cd 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -61,7 +61,7 @@ public class Tester { oneill.boxDrop(); break; case "J" : - oneill.boxDrop(); + jaffa.boxDrop(); break; } return "box dropped";