removed errored code bit
This commit is contained in:
parent
e355371458
commit
0ddff4cd7b
1 changed files with 1 additions and 1 deletions
|
@ -27,11 +27,11 @@ public class GridRailing extends NodeGrid<NodeRailing>
|
||||||
return findNearestColoredTarget(itemwrapper);
|
return findNearestColoredTarget(itemwrapper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO: Finish
|
||||||
public IItemRailing findNearestInventory(IItemRailingTransfer itemwrapper)
|
public IItemRailing findNearestInventory(IItemRailingTransfer itemwrapper)
|
||||||
{
|
{
|
||||||
IItemRailing endGoal = null;
|
IItemRailing endGoal = null;
|
||||||
IItemRailing[] arr = (IItemRailing[]) this.getNodes().toArray();
|
IItemRailing[] arr = (IItemRailing[]) this.getNodes().toArray();
|
||||||
Arrays.sort();
|
|
||||||
|
|
||||||
for (NodeRailing node : this.getNodes())
|
for (NodeRailing node : this.getNodes())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue