We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4a90c commit 6899386Copy full SHA for 6899386
src/main/java/dev/arctic/interactivemenuapi/objects/Element.java
@@ -46,7 +46,7 @@ protected void initializeEntities() {
46
}
47
48
public void updateLocation(Location startLocation) {
49
- Location newLocation = startLocation.clone().add(getAdjustedOffset(startLocation, offset, startLocation.getYaw()));
+ Location newLocation = startLocation.clone().add(getAdjustedOffset(offset, startLocation.getYaw()));
50
51
interactionEntity.teleport(newLocation);
52
textDisplayEntity.teleport(newLocation);
0 commit comments