style(wrapper): missing space

This commit is contained in:
ineanto 2023-07-03 15:34:56 +02:00
parent 4aa9b23952
commit 856f550462

View file

@ -155,6 +155,7 @@ public class WrapperPlayServerNamedEntitySpawn extends AbstractPacket {
public Location getLocation(@Nullable World world) { public Location getLocation(@Nullable World world) {
return new Location(world, getX(), getY(), getZ(), angleToDegrees(getYRotRaw()), angleToDegrees(getXRotRaw())); return new Location(world, getX(), getY(), getZ(), angleToDegrees(getYRotRaw()), angleToDegrees(getXRotRaw()));
} }
public void setLocation(@Nonnull Location location) { public void setLocation(@Nonnull Location location) {
setX(location.getX()); setX(location.getX());
setY(location.getY()); setY(location.getY());