Skip to content

Commit

Permalink
fix parsing balance title
Browse files Browse the repository at this point in the history
  • Loading branch information
leelawd committed Jun 16, 2018
1 parent 063dd72 commit 54dd2a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private boolean chunksInfo(CommandSource sender, User player, boolean other) {

plugin.getPaginationService().builder()
.contents(Utilities.parseMessageList(plugin.getConfig().getMessages().commands.balance.success.items, args))
.title(Utilities.parseMessage(title))
.title(Utilities.parseMessage(title, args))
.padding(Utilities.parseMessage(plugin.getConfig().getMessages().commands.balance.success.padding))
.sendTo(sender);
return true;
Expand Down

0 comments on commit 54dd2a0

Please sign in to comment.