Amend to previous commit

This commit is contained in:
simibubi 2024-08-10 19:28:36 +02:00
parent d8cd79852b
commit 0983dc05cd

View file

@ -115,6 +115,7 @@ public class ElevatorColumn {
public void target(int yLevel) {
targetedYLevel = yLevel;
targetAvailable = true;
}
public boolean isTargetAvailable() {