Skip to content

Commit

Permalink
Fixes build crash related to missing class import.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 15, 2023
1 parent c52f252 commit 896aecc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import java.util.List;

import world.bentobox.bentobox.api.commands.CompositeCommand;
import world.bentobox.bentobox.api.localization.TextVariables;
import world.bentobox.bentobox.api.user.User;
import world.bentobox.bentobox.database.objects.Island;
import world.bentobox.visit.VisitAddon;
Expand Down

0 comments on commit 896aecc

Please sign in to comment.