Skip to content

Commit

Permalink
dont forget to change here too
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Jan 9, 2023
1 parent 513b6c7 commit b8d54f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void onBlockPlace(BlockPlaceEvent event) {
.replace("%amount%", String.valueOf(maxAllowedAmountOfLimitedMaterial))
.replace("%block%", limitedMaterial.name())
);
return;
break;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private void onBlockPlace(BlockPlaceEvent event) {
.replace("%amount%", String.valueOf(maxAllowedAmountOfLimitedMaterial))
.replace("%block%", limitedMaterial.name())
));
return;
break;
}
}
}
Expand Down

0 comments on commit b8d54f5

Please sign in to comment.