From d5abecb35d41873e1f7157ef75886ff0066f3a25 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 15 Jan 2024 14:32:05 +0100 Subject: [PATCH] small adjustments --- src/RumbleBot.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/RumbleBot.java b/src/RumbleBot.java index 1944f3c..54a66f3 100644 --- a/src/RumbleBot.java +++ b/src/RumbleBot.java @@ -53,11 +53,6 @@ public class RumbleBot extends Bot return width * y + x; } - //resets the list of currently planned moves to be empty. intended for when a change in information necessitates an immediate change in plans - private void resetMoves() - { - moves = ""; - } //sets several variables based on the bot's current position that help with navigating private void checkBarriers(View view)