Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
fix(/tradechest): fix invalid amount of help pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderCow committed May 2, 2017
1 parent 5d9b444 commit 5763616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Implementation/UserInteractionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ private bool TradeChestCommand_HelpCallback(CommandArgs args) {

switch (pageNumber) {
default:
args.Player.SendMessage("Command reference for /tradechest (Page 1 of 2)", Color.Lime);
args.Player.SendMessage("Command reference for /tradechest (Page 1 of 3)", Color.Lime);
args.Player.SendMessage("/tradechest|/tchest <sell amount> <sell item> <pay amount> <pay item or group> [limit]", Color.White);
args.Player.SendMessage("sell amount = The amount of items to sell to the player per click on the chest.", Color.LightGray);
args.Player.SendMessage("sell item = The type of item to sell.", Color.LightGray);
Expand Down

0 comments on commit 5763616

Please sign in to comment.