Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Librazy committed Mar 23, 2019
1 parent db44ec0 commit 64a6512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void addBackpackLine(CommandSender sender, Arguments args) {
query.commit();
}
}
msg(sender, "user.backpack.n_lines", maxLine);
msg(sender, "user.backpack.n_lines", player.getName(), maxLine);
}

@SubCommand(value = "open", permission = "nu.bp.use")
Expand Down

0 comments on commit 64a6512

Please sign in to comment.