removed errored code bit

This commit is contained in:
tgame14 2014-04-16 16:49:49 +03:00
parent e355371458
commit 0ddff4cd7b

View file

@ -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())
{