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);
|
||||
}
|
||||
|
||||
//TODO: Finish
|
||||
public IItemRailing findNearestInventory(IItemRailingTransfer itemwrapper)
|
||||
{
|
||||
IItemRailing endGoal = null;
|
||||
IItemRailing[] arr = (IItemRailing[]) this.getNodes().toArray();
|
||||
Arrays.sort();
|
||||
|
||||
for (NodeRailing node : this.getNodes())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue