Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Feb 11, 2024
1 parent 2836c6d commit cf13f2f
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -1085,10 +1085,6 @@ private void cleanDataFile() {
FileManager.Files.DATA.saveFile();
}

private List<ItemBuilder> getItems(FileConfiguration file, String prize) {
return ItemBuilder.convertStringList(file.getStringList("Crate.Prizes." + prize + ".Items"), prize);
}

// War Crate
private final HashMap<UUID, Boolean> canPick = new HashMap<>();
private final HashMap<UUID, Boolean> canClose = new HashMap<>();
Expand Down

0 comments on commit cf13f2f

Please sign in to comment.