mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-22 07:10:02 +01:00
Amend to previous commit
This commit is contained in:
parent
d8cd79852b
commit
0983dc05cd
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ public class ElevatorColumn {
|
||||||
|
|
||||||
public void target(int yLevel) {
|
public void target(int yLevel) {
|
||||||
targetedYLevel = yLevel;
|
targetedYLevel = yLevel;
|
||||||
|
targetAvailable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isTargetAvailable() {
|
public boolean isTargetAvailable() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue