forked from MagicBane/Server
slottest function expanded.
This commit is contained in:
@@ -54,7 +54,7 @@ public class SlotTestCmd extends AbstractDevCmd {
|
|||||||
|
|
||||||
int slot = Integer.parseInt(args[0]);
|
int slot = Integer.parseInt(args[0]);
|
||||||
Vector3fImmutable slotLocation;
|
Vector3fImmutable slotLocation;
|
||||||
BuildingLocation buildingLocation = BuildingManager._slotLocations.get(building.meshUUID).get(slot);
|
BuildingLocation buildingLocation = BuildingManager._slotLocations.get(building.meshUUID).get(slot - 1);
|
||||||
slotLocation = building.getLoc().add(buildingLocation.getLocation());
|
slotLocation = building.getLoc().add(buildingLocation.getLocation());
|
||||||
slotLocation = Vector3fImmutable.rotateAroundPoint(building.getLoc(), slotLocation, building.getBounds().getQuaternion().angleY);
|
slotLocation = Vector3fImmutable.rotateAroundPoint(building.getLoc(), slotLocation, building.getBounds().getQuaternion().angleY);
|
||||||
playerCharacter.teleport(slotLocation);
|
playerCharacter.teleport(slotLocation);
|
||||||
|
|||||||
Reference in New Issue
Block a user