default to true

master
Christopher Latza 2020-06-11 11:58:11 +02:00
parent 682b5b253e
commit ff97551e68
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace OpenSim.Modules.PathFinding
{ {
public Vector2 Position = new Vector2(0, 0); public Vector2 Position = new Vector2(0, 0);
public int Counter = 0; public int Counter = 0;
public bool Blocked = false; public bool Blocked = true;
public NodeInfo(Vector2 position) public NodeInfo(Vector2 position)
{ {