Changed /kit command help message.

This commit is contained in:
Scott Williams 2021-03-26 15:35:58 +00:00
parent c4c97e0d36
commit 66ee4ee4b2

View File

@ -329,7 +329,7 @@ impl ChatCommand {
ChatCommand::KillNpcs => cmd(vec![], "Kill the NPCs", Admin), ChatCommand::KillNpcs => cmd(vec![], "Kill the NPCs", Admin),
ChatCommand::Kit => cmd( ChatCommand::Kit => cmd(
vec![Integer("kit_number", 3, Required)], vec![Integer("kit_number", 3, Required)],
"Place all combat testing items into your pack.", "Place all combat testing items into your inventory.",
Admin, Admin,
), ),
ChatCommand::Lantern => cmd( ChatCommand::Lantern => cmd(