nishoof / elevator

It's an elevator
1 stars 0 forks source link

Elevator going out of bounds #18

Open nishoof opened 7 hours ago

nishoof commented 7 hours ago

https://github.com/user-attachments/assets/b16ad9ed-1760-4b4c-b431-5b1bbd6ba6fa

Error:

java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 3
        at Elements.Elevator.move(Elevator.java:334)
        at Elements.Elevator.lambda$1(Elevator.java:259)
        at java.base/java.lang.Thread.run(Thread.java:1570)