Fixed bugs with FPS and map sending

This commit is contained in:
Anuken
2018-01-28 10:33:44 -05:00
parent 5cba3050b9
commit adfa66a73b
11 changed files with 87 additions and 39 deletions

View File

@@ -124,7 +124,7 @@ public class Pathfind{
//go through each spawnpoint, and if it's not found a path yet, update it
for(SpawnPoint point : world.getSpawns()){
if(point.request == null || point.finder == null){
resetPathFor(point);
continue;
}
if(!point.request.pathFound){