mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Implementation of AI Patrol and AI Loiter states
Applied to Dantooine Imp OP to get it alive.
This commit is contained in:
@@ -282,7 +282,9 @@ public class SimulationService implements INetworkDispatch {
|
||||
boolean success = quadTrees.get(object.getPlanet().getName()).put(newX, newZ, object);
|
||||
return success;
|
||||
}
|
||||
System.out.println("Move failed.");
|
||||
// Note: This sysout keeps getting spammed, so the quadtree remove fails for some reason
|
||||
// The NPC does move though
|
||||
//System.out.println("Move failed.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user