when I try and leave the room with the spining wheel, doorHandler sometimes clicks the red door..It not a big deal, but it's happening a little tooo often imo. Im wondering how i can stop it from clicking the red door as it't not at all in my path.
while (!map.canReach(STAIRS.getRandomPosition())) {
doorHandler.handleNextObstacle(STAIRS);
ConditionalSleep(10000);
}
I triple checked the coooords for my STAIRS area and the door is not inside the area!