Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Aug 23, 2020
1 parent 0976aec commit 0bf18c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ public ItemBuilder addPlaceholder(String toReplace, String replaceWith) {
return this;
}

public ItemBuilder addPlaceholder(HashMap<String, String> placeholders) {
placeholders.putAll(placeholders);
public ItemBuilder addPlaceholder(HashMap<String, String> placeholder) {
placeholders.putAll(placeholder);
return this;
}

Expand Down

0 comments on commit 0bf18c7

Please sign in to comment.