mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Swoop is mountable for further tests
This commit is contained in:
@@ -332,6 +332,10 @@ public class SimulationService implements INetworkDispatch {
|
||||
}
|
||||
|
||||
CreatureObject object = (CreatureObject) client.getParent();
|
||||
|
||||
if (object.mounted)
|
||||
object=object.getMountedVehicle();
|
||||
|
||||
Point3D newPos;
|
||||
Point3D oldPos;
|
||||
synchronized(object.getMutex()) {
|
||||
|
||||
Reference in New Issue
Block a user