Skip to content

Commit

Permalink
limits.hit-limit -> block-limits.hit-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowZaki committed Jun 16, 2019
1 parent e1e84a1 commit bd9db62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void onBlock(BlockMultiPlaceEvent e) {

private void notify(Cancellable e, User user, int limit, Material m) {
if (limit > -1) {
user.sendMessage("limits.hit-limit",
user.sendMessage("block-limits.hit-limit",
"[material]", Util.prettifyText(m.toString()),
TextVariables.NUMBER, String.valueOf(limit));
e.setCancelled(true);
Expand Down

0 comments on commit bd9db62

Please sign in to comment.