forked from MagicBane/Server
Slot not rotated twice.
This commit is contained in:
@@ -922,11 +922,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
|
|
||||||
this.bindLoc = building.getLoc().add(slotLocation);
|
this.bindLoc = building.getLoc().add(slotLocation);
|
||||||
|
|
||||||
// Rotate MOB by slot rotation
|
|
||||||
|
|
||||||
slotRotation = BuildingManager.getSlotLocation(building, slot).getRotation();
|
|
||||||
this.setRot(new Vector3f(0, slotRotation.y, 0));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Rotate slot position by the building rotation
|
// Rotate slot position by the building rotation
|
||||||
|
|||||||
Reference in New Issue
Block a user