Swoop is mountable for further tests

This commit is contained in:
CharonInferar
2014-04-13 03:50:45 +02:00
parent 9f72afee01
commit fa00c85290
8 changed files with 104 additions and 24 deletions
+4
View File
@@ -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()) {