geforkt von Mirrors/Paper
Swapped yaw/pitch in Location constructor to match Minecraft
By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
331ba1b6a2
Commit
7c433de12d
@ -16,7 +16,7 @@ public class Location {
|
||||
this(world, x, y, z, 0, 0);
|
||||
}
|
||||
|
||||
public Location(final World world, final double x, final double y, final double z, final float pitch, final float yaw) {
|
||||
public Location(final World world, final double x, final double y, final double z, final float yaw, final float pitch) {
|
||||
this.world = world;
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren