Booting was wrong.

This commit is contained in:
AlgorithmX2 2014-01-21 09:59:07 -06:00
parent edae4af8ca
commit d8a75f706a

View file

@ -255,7 +255,7 @@ public class PathGridCache implements IPathingGrid
@Override
public boolean isNetworkBooting()
{
return !active.isEmpty();
return !active.isEmpty() && booting == false;
}
@Override