Booting was wrong.
This commit is contained in:
Vendored
+1
-1
@@ -255,7 +255,7 @@ public class PathGridCache implements IPathingGrid
|
||||
@Override
|
||||
public boolean isNetworkBooting()
|
||||
{
|
||||
return !active.isEmpty();
|
||||
return !active.isEmpty() && booting == false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user