Skip to content

Commit c7a9c47

Browse files
committed
Anchor Entities are now automatically created when implementing the MenuBuilder to ensure non null values.
1 parent d4eecc9 commit c7a9c47

File tree

7 files changed

+0
-1
lines changed

7 files changed

+0
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1 Bytes
Binary file not shown.

src/main/java/dev/arctic/interactivemenuapi/objects/Menu.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public Menu (Location rootLocation, int timeoutSeconds, Plugin plugin) {
4242
this.lastInteractionTime = System.currentTimeMillis() / 1000;
4343
this.doCleanup = true;
4444
this.plugin = plugin;
45-
this.anchorEntity = createAnchor(new Vector(0, 0, 0));
4645
initializeMenu();
4746
}
4847

0 commit comments

Comments
 (0)