diff --git a/FightSystem_API/src/de/steamwar/fightsystem/Config.java b/FightSystem_API/src/de/steamwar/fightsystem/Config.java index 0464811..5e53d69 100644 --- a/FightSystem_API/src/de/steamwar/fightsystem/Config.java +++ b/FightSystem_API/src/de/steamwar/fightsystem/Config.java @@ -268,14 +268,14 @@ public class Config { Vector v1 = TeamBlueSpawn.toVector().subtract(TeamRedSpawn.toVector()); double pitch = Math.toDegrees(v1.angle(v1.clone().setY(0))); - double yaw = Math.toDegrees(v1.clone().setY(0).angle(new Vector(0, 0, -1))); + double yaw = Math.toDegrees(v1.clone().setY(0).angle(new Vector(0, 0, 1))); double pitchInverted = pitch * -1; double yawInverted = yaw + 180; - TeamBlueSpawn.setYaw((float) yaw); + TeamBlueSpawn.setYaw((float) yawInverted); TeamBlueSpawn.setPitch((float) pitch); - TeamRedSpawn.setYaw((float) yawInverted); + TeamRedSpawn.setYaw((float) yaw); TeamRedSpawn.setPitch((float) pitchInverted); SpecSpawn = new Location(world,