implemented PathFinder, that searches for possible routes to a destinationblock
This commit is contained in:
@@ -293,7 +293,7 @@ public abstract class Block extends StretchableTile{
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getClass().getSimpleName()+"("+name+") @ ("+x+","+y+")";
|
||||
return name + " @ ("+x+","+y+")";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user