Fikser navn på funkjson for å kjøre programmeringskort

This commit is contained in:
Kristian Knarvik 2020-03-24 14:05:39 +01:00
parent 358256056e
commit 5ee301e853

View File

@ -183,7 +183,7 @@ public class RoboRallyGame implements IDrawableGame {
* @throws InterruptedException If interrupted wile trying to sleep * @throws InterruptedException If interrupted wile trying to sleep
*/ */
private void runPhase(int phaseNumber) throws InterruptedException { private void runPhase(int phaseNumber) throws InterruptedException {
runProgramPhase(phaseNumber); runProgramCards(phaseNumber);
moveAllConveyorBelts(); moveAllConveyorBelts();
rotateCogwheels(); rotateCogwheels();