Skip to content

Commit

Permalink
Fixed display
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Apr 4, 2021
1 parent 83da1e7 commit fd87683
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public ItemStack display(@NotNull final ItemStack itemStack) {
List<DisplayModule> modules = MODULES.get(priority);
for (DisplayModule module : modules) {
Object[] varargs = pluginVarArgs.get(module.getPluginName());
module.display(itemStack);
module.display(itemStack, varargs);
}
}
Expand Down

0 comments on commit fd87683

Please sign in to comment.