Skip to content

Commit

Permalink
1.4.1 Fix update!
Browse files Browse the repository at this point in the history
Fixed:
Oops
  • Loading branch information
ThisKarolGajda committed Sep 16, 2021
1 parent 2787e3a commit a4bce06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/me/opkarol/opeconomy/events/ClickEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public void clickEvent(@NotNull PlayerInteractEvent event){
int foundValue;
if(tagContainer.hasCustomTag(getNamespacedKey() , ItemTagType.INTEGER)) {
foundValue = tagContainer.getCustomTag(getNamespacedKey(), ItemTagType.INTEGER);
Bukkit.broadcastMessage((String.valueOf(foundValue)));
} else return;

Player player = event.getPlayer();
Expand Down

0 comments on commit a4bce06

Please sign in to comment.