mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-23 08:41:21 +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.getBlockY() + ",");
|
||||
l.append(location.getBlockZ() + ":");
|
||||
l.append(location.getPitch() + ":");
|
||||
l.append(location.getYaw());
|
||||
l.append(location.getYaw() + ":");
|
||||
l.append(location.getPitch());
|
||||
return l.toString();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user