Remove FacingEnemy Math.PI
Add FacingEnemy 180
Dieser Commit ist enthalten in:
Ursprung
28823ce382
Commit
7e4825472f
@ -252,8 +252,8 @@ public class Config {
|
|||||||
World world = Bukkit.getWorlds().get(0);
|
World world = Bukkit.getWorlds().get(0);
|
||||||
double yaw = Math.toDegrees(Math.atan2(TeamBluetoReddistanceZ, TeamBluetoReddistanceX));
|
double yaw = Math.toDegrees(Math.atan2(TeamBluetoReddistanceZ, TeamBluetoReddistanceX));
|
||||||
double pitch = Math.toDegrees(Math.atan2(Math.sqrt(TeamBluetoReddistanceZ * TeamBluetoReddistanceZ + TeamBluetoReddistanceX * TeamBluetoReddistanceX), TeamBluetoReddistanceY) + Math.PI);
|
double pitch = Math.toDegrees(Math.atan2(Math.sqrt(TeamBluetoReddistanceZ * TeamBluetoReddistanceZ + TeamBluetoReddistanceX * TeamBluetoReddistanceX), TeamBluetoReddistanceY) + Math.PI);
|
||||||
double yawInverted = ((yaw + 90 + 180) * Math.PI) / 180;
|
double yawInverted = ((yaw + 90 + 180) * 180) / 180;
|
||||||
double pitchInverted = ((90 - pitch) * Math.PI) / 180;
|
double pitchInverted = ((90 - pitch) * 180) / 180;
|
||||||
|
|
||||||
TeamBlueSpawn = new Location(world,
|
TeamBlueSpawn = new Location(world,
|
||||||
TeamBluePasteX + 0.5 + teamBlueSpawnOffsetX,
|
TeamBluePasteX + 0.5 + teamBlueSpawnOffsetX,
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren