mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-03-13 07:10:02 +01:00
Fix anchor direction, Fixes #283
This commit is contained in:
parent
df5bfdde80
commit
ee75392a9e
@ -49,8 +49,8 @@ public class LocationManipulation {
|
|||||||
l.append(location.getBlockX() + ",");
|
l.append(location.getBlockX() + ",");
|
||||||
l.append(location.getBlockY() + ",");
|
l.append(location.getBlockY() + ",");
|
||||||
l.append(location.getBlockZ() + ":");
|
l.append(location.getBlockZ() + ":");
|
||||||
l.append(location.getPitch() + ":");
|
l.append(location.getYaw() + ":");
|
||||||
l.append(location.getYaw());
|
l.append(location.getPitch());
|
||||||
return l.toString();
|
return l.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user