Skip to content

Commit

Permalink
[CORE] Remove EditorMenu for now. Fix ASE Holder ;)
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Jan 3, 2025
1 parent ca51774 commit 4e2ec5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
import org.bukkit.inventory.InventoryHolder;
import org.bukkit.inventory.Inventory;

public interface ASEHolder extends InventoryHolder {
public class ASEHolder implements InventoryHolder {
@Override
public Inventory getInventory() {
return null;
}
}

This file was deleted.

0 comments on commit 4e2ec5e

Please sign in to comment.