Skip to content

Commit

Permalink
remove unused dependencies from startup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 10, 2023
1 parent 172de87 commit 0a66c4f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

public enum PluginSupport {

HOLOGRAPHIC_DISPLAYS("HolographicDisplays"),
DECENT_HOLOGRAMS("DecentHolograms"),
CMI("CMI"),
PLACEHOLDERAPI("PlaceholderAPI"),
ITEMS_ADDER("ItemsAdder");
PLACEHOLDERAPI("PlaceholderAPI");

private final String name;

Expand Down

0 comments on commit 0a66c4f

Please sign in to comment.