Fixed some bugs and update engine

This commit is contained in:
Light2
2013-07-08 12:53:42 +02:00
parent 5756ec02ca
commit 9e8eea30a1
6 changed files with 19 additions and 3 deletions
+1
View File
@@ -434,6 +434,7 @@ public class SimulationService implements INetworkDispatch {
parent._add(object);
}
Point3D pos = object.getWorldPosition();
Collection<SWGObject> newAwareObjects = get(object.getPlanet(), pos.x, pos.z, 200);