mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed some bugs and update engine
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user